home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / glibc108.zip / glibc108 / ChangeLog < prev    next >
Text File  |  1994-06-05  |  301KB  |  8,044 lines

  1. Sun Jun  5 14:34:12 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2.  
  3.     * Version 1.08.1.
  4.  
  5.     * sysdeps/mach/hurd/ioctls.h (_IOR, _IOW): Swap IOC_IN and IOC_OUT.
  6.  
  7.     * sysdeps/mach/hurd/__ioctl.c: Only pack input for ioctls that
  8.     take input.  Compute expected reply size for ioctls that take
  9.     output and check it properly.
  10.  
  11. Sat Jun  4 00:35:42 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  12.  
  13.     * sysdeps/mach/hurd/ioctls.h (union __ioctl): Type removed.
  14.     (enum __ioctl_datum): Name this enum.
  15.     (_IOC_INOUT, _IOC_GROUP, _IOC_COMMAND, _IOC_TYPE): New macros.
  16.     (_IOT_TYPE[012], _IOT_COUNT[012]): New macros.
  17.     * sysdeps/mach/hurd/__ioctl.c: Use those macros instead of the union.
  18.  
  19.     * sysdeps/mach/hurd/__fork.c: Major rewrite.  Copy all ports
  20.     present in the task, not just library-maintained ones.  Handle
  21.     sigstate and signal thread setup explicitly here.
  22.     * hurd/hurdsig.c (hurdsig_fork, hurdsig_fork_child): Functions removed.
  23.  
  24.     * hurd/hurdpid.c (init_pids): Don't put this on _hurd_fork_child_hook.
  25.  
  26.     * sysdeps/mach/hurd/__isatty.c: New file.
  27.  
  28.     * hurd/hurdsock.c (_hurd_socket_server): Pass NP to __path_lookup,
  29.     not NAME (most of which is uninitialized).
  30.  
  31.     * hurd/hurdsig.c (_hurdsig_init): Don't check for _hurd_msgport
  32.     being non-null; always initialize it.
  33.  
  34. Fri Jun  3 21:57:14 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  35.  
  36.     * hurd/hurdrlimit.c (init_rlimit): Restore __mutex_init call.
  37.     (_hurd_rlimit_lock): Set initializer to random value; run-time
  38.     initialization is always required.
  39.  
  40.     * inet/rcmd.c (rcmd): Compute max fd + 1 for select instead of
  41.     hardcoding 32.
  42.  
  43. Wed Jun  1 10:52:41 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  44.  
  45.     * hurd/hurdrlimit.c (_hurd_rlimits, _hurd_rlimit_lock): Provide
  46.     initializers so that the file is included in the link properly.
  47.     (init_rlimit): Omit call to __mutex_init.
  48.  
  49. Tue May 31 18:15:33 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  50.  
  51.     * hurd/hurdmalloc.c (more_memory): Do spin_lock_init on H->lock.
  52.     (malloc_init): New function; put it on _hurd_preinit_hook.
  53.  
  54.     * sysdeps/mach/hurd/defs.c (init_stdio): If stream already
  55.     allocated, don't allocate a new one.  Don't crash if _hurd_alloc_fd
  56.     returns null if __newstream does.
  57.  
  58.     * sysdeps/mach/hurd/__brk.c (init_brk): If _hurd_brk is nonzero,
  59.     leave it as it is.  Set PAGEND from _hurd_brk instead of &_end.
  60.  
  61. Mon May 30 18:37:47 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  62.  
  63.     * hurd/hurdrlimit.c (init_rlimit): Put this on _hurd_preinit_hook
  64.     instead of _hurd_subinit.
  65.  
  66.     * sysdeps/mach/hurd/mig-reply.c (mig_fork_child): Function removed.
  67.     * hurd/dtable.c (fork_parent_dtable): Function removed.
  68.  
  69.     * sysdeps/generic/resourcebits.h: Rename RLIM_NLIMITS to
  70.     RLIMIT_NLIMITS, add alias for old name.
  71.  
  72.     * sysdeps/mach/hurd/Makefile (hurd-objpfx): New variable.
  73.     (before-compile): Use that instead of $(common-objpfx).
  74.  
  75.     * sysdeps/mach/Makefile [! objpfx] (mach-objpfx): Add trailing slash.
  76.  
  77. Fri May 27 01:34:56 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  78.  
  79.     * hurd/hurdsig.c (_hurdsig_init): Always initialize _hurd_sigthread.
  80.  
  81.     * hurd/dtable.c: Use data_set_element instead of text_set_element
  82.     for _hurd_fork_locks.
  83.     * hurd/hurdsig.c: Likewise.
  84.  
  85.     * hurd/hurd.h (_hurd_set_data_limit): Declaration removed.
  86.  
  87.     * hurd/dtable.c (_hurd_dtable_rlimit): Variable removed.
  88.     (init_dtable): Don't set it.
  89.  
  90.     * hurd/Makefile (headers): Add hurd/resource.h.
  91.     (routines): Add hurdrlimit.
  92.     * hurd/hurd/resource.h: New file.
  93.     * hurd/hurdrlimit.c: New file.
  94.     * sysdeps/mach/hurd/getrlimit.c: Rewritten to just fetch _hurd_rlimits.
  95.     * sysdeps/mach/hurd/setrlimit.c: Rewritten to just set _hurd_rlimits.
  96.     * sysdeps/mach/hurd/__brk.c (_hurd_data_limit): Variable removed.
  97.     (_hurd_set_brk): Use _hurd_rlimits[RLIMIT_DATA].
  98.     (_hurd_set_data_limit): Function removed.
  99.     * hurd/alloc-fd.c (_hurd_dtable_rlimit): Variable removed.
  100.     (_hurd_alloc_fd): Use _hurd_rlimits[RLIMIT_OFILE] instead.
  101.  
  102.     * sysdeps/generic/resourcebits.h: Add RLIMIT_NOFILE as an alias
  103.     for RLIMIT_OFILE.
  104.  
  105.     * sysdeps/mach/hurd/mig-reply.c (__mig_init): Argument is stack
  106.     on which to set the per-thread reply port variable.
  107.  
  108.     * sysdeps/mach/hurd/__brk.c (init_brk): Set _hurd_data_end to
  109.     DATA_SIZE bytes past the beginning of data space, rather than to
  110.     DATA_SIZE absolutely.  If vm_map fails, set it to PAGEND.
  111.  
  112.     * sysdeps/mach/hurd/start.c (_start): Run _hurd_preinit_hook right
  113.     after __mach_init.
  114.  
  115.     * stdio/freopen.c (freopen): Rewritten using __stdio_reopen to
  116.     preserve the old cookie value when possible.
  117.     * sysdeps/posix/sysd-stdio.c (__stdio_reopen): New function.
  118.     * sysdeps/stub/sysd-stdio.c (__stdio_reopen): New function.
  119.     * sysdeps/mach/hurd/sysd-stdio.c (__stdio_reopen): New function.
  120.  
  121.     * stdio/freopen.c (freopen): Close the stream if MODE is invalid.
  122.  
  123.     * hurd/hurdsig.c (_hurd_core_limit): Define variable.
  124.  
  125.     * socket/sys/socket.h (PF_LOCAL): Define in preference to PF_FILE.
  126.  
  127. Thu May 26 12:09:51 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  128.  
  129.     * hurd/alloc-fd.c (_hurd_alloc_fd): Don't return EINVAL when
  130.     FIRST_FD is greater than _hurd_dtablesize and less than
  131.     _hurd_dtable_rlimit.  If we want to grow _hurd_dtable, but
  132.     _hurd_dtablesize is as big as _hurd_dtable_rlimit, then return
  133.     EMFILE.  When growing _hurd_dtable, actually do something if
  134.     _hurd_dtablesize is zero.
  135.     
  136.     * hurd/hurdmalloc.c (malloc_fork_prepare, malloc_fork_parent,
  137.     malloc_fork_child): Declare as static so they don't conflict with
  138.     the user's version of this file.
  139.  
  140. Wed May 25 20:55:16 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  141.  
  142.     * sysdeps/mach/hurd/__brk.c: Include <cthreads.h> instead of <mutex.h>.
  143.  
  144.     * hurd/hurdmalloc.c, hurd/hurdmalloc.h: New files (temporary hack).
  145.     * hurd/Makefile (routines): Append hurdmalloc.
  146.     (distribute): Append hurdmalloc.h.
  147.     * hurd/alloc-fd.c: Include "hurdmalloc.h" (temporary hack).
  148.     * hurd/dtable.c: Likewise.
  149.     * hurd/hurdinit.c: Likewise.
  150.     * hurd/hurdsig.c: Likewise.
  151.     * hurd/hurdsock.c: Likewise.
  152.     * hurd/new-fd.c: Likewise.
  153.     * sysdeps/mach/hurd/start.c: Likewise.
  154.  
  155.     * sysdeps/mach/hurd/start.c (start1): Use malloc and a for loop
  156.     instead of calloc.
  157.     * hurd/hurdsig.c (_hurd_thread_sigstate): Use malloc and memset
  158.     instead of calloc.
  159.  
  160.     * sysdeps/mach/hurd/__brk.c (init_brk): Reference self to avoid
  161.     compiler warning.  Add init_brk to _hurd_preinit_hook instead of
  162.     __libc_subinit.
  163.  
  164.     * sysdeps/mach/hurd/start.c (_hurd_preinit_hook): New variable.
  165.     (start1): Run _hurd_preinit_hook before threadvar setup.
  166.  
  167. Tue May 24 17:42:34 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  168.  
  169.     * hurd/dtable.c (init_dtable): Initialize _hurd_dtablesize to
  170.     _hurd_init_dtablesize.  Initialize _hurd_dtable_rlimit as
  171.     _hurd_dtablesize used to be set, but don't let it be zero.
  172.     (_hurd_dtable_rlimit): New variable.
  173.  
  174. Tue May 24 12:57:19 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  175.  
  176.     * sysdeps/mach/sleep.c (sleep): Timeout arg to mach_msg is
  177.     in milliseconds, not microseconds; compute it accordingly.
  178.  
  179.     * sysdeps/mach/hurd/__select.c (__select): Deleted variables
  180.     DTABLE and DTABLE_ULINK.  Use new vars _hurd_dtablesize and
  181.     _hurd_dtable instead of old _hurd_dtable structure.  Use new
  182.     locking protocol on _hurd_dtable.
  183.  
  184. Tue May 24 01:55:24 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  185.  
  186.     * sysdeps/mach/hurd/__setitmr.c: Don't include mutex.h.
  187.  
  188.     * sysdeps/mach/hurd/defs.c (init_stdio): Reference self.
  189.  
  190.     * sysdeps/unix/sysv/sysv4/i386/sysdep.h: Include
  191.     sysdeps/unix/sysv/i386/sysdep.h, not sysdeps/unix/i386/sysdep.h
  192.  
  193. Mon May 23 19:05:44 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  194.  
  195.     * sysdeps/mach/hurd/Makefile (mib_hacks, defines): Variables removed.
  196.  
  197.     * mach/devstream.c (mach_open_devstream): Set STREAM's seek and
  198.     fileno io functions to null.
  199.  
  200.     * hurd/hurdexec.c (_hurd_exec): Fixed adding of dtable ports to
  201.     PLEASE_DEALLOC array.
  202.  
  203.     * sysdeps/mach/hurd/defs.c (init_stdio): Unlock the descriptors
  204.     after fetching them.  If a standard descriptor is not allocated,
  205.     allocate the structure and store its pointer in the stream anyway.
  206.  
  207.     * stdio/gets.c: Only return null on P==S if feof (STREAM).
  208.  
  209.     * stdio/vfprintf.c: Make %Z a type modifier, not a format spec.
  210.  
  211.     * sysdeps/mach/hurd/fdopen.c: Return NULL rather than -1 for error.
  212.  
  213. Mon May 23 14:24:50 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  214.  
  215.     * sysdeps/mach/hurd/__close.c (__close): Use new _hurd_fd_get
  216.     protocol.
  217.     * sysdeps/mach/hurd/__dup2.c (__dup2): Likewise.  Use
  218.     _hurd_dtablesize and _hurd_dtable instead of old _hurd_dtable
  219.     structure.
  220.  
  221.     * sysdeps/mach/hurd/sysd-stdio.c (__stdio_seek): Use
  222.     HURD_FD_PORT_USE, not HURD_FD_USE.
  223.     * sysdeps/mach/hurd/stdio_init.c (__stdio_init_stream): Variable
  224.     is D, not FD.
  225.  
  226.     * hurd/alloc-fd.c (_hurd_alloc_fd): Arg FIRST_FD is not actually
  227.     const. 
  228.     * hurd/hurdsig.c (_hurd_internal_post_signal [case SIGINFO]): If
  229.     we are not the process group leader, ignore the signal.
  230.     (_S_sig_post [case SIGURG]): Declaration of D was out of place.
  231.  
  232.     * sysdeps/mach/hurd/fdopen.c: Include <hurd/io.h> for 
  233.     io_get_openmodes prototype.
  234.  
  235. Sat May 21 16:03:23 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  236.  
  237.     * assert/assert.c (__assert_fail): Put program name first in msg.
  238.  
  239.     * hurd/Makefile (dtable): Removed setdtsz.
  240.  
  241.     * hurd/hurdexec.c: Use _hurd_dtable and _hurd_dtablesize instead of
  242.     old _hurd_dtable structure.
  243.     * hurd/hurdsig.c: Likewise.
  244.     * hurd/alloc-fd.c: Likewise.
  245.     * hurd/hurdioctl.c (rectty_dtable): Likewise.
  246.  
  247.     * Version 1.08 released.
  248.  
  249.     * mach/mach_error_string.c: Renamed to errstring.c.
  250.     * mach/Makefile (routines): Renamed mach_error_string to errstring.
  251.     * mach/err_mach_ipc.sub: Renamed to err_mach.sub.
  252.     * mach/err_bootstrap.sub: Renamed to err_boot.sub.
  253.  
  254.     * sysdeps/generic/sigset.h (__SIGSETFN): Take new arg CONST; use it
  255.     for CONST qualifier on SET arg to generated function.
  256.     Changed uses to pass it; sigismember passes __const, others empty.
  257.  
  258.     * sysdeps/mach/hurd/sysd-stdio.c: Rewritten to use `struct hurd_fd *'s
  259.     for cookies.
  260.     * sysdeps/mach/hurd/fdopen.c: Rewritten accordinly.
  261.     * sysdeps/mach/hurd/defs.c (init_stdio): Rewritten accordingly.
  262.     Add it to the _hurd_fd_subinit hook instead of the __libc_subinit hook.
  263.     * sysdeps/mach/hurd/stdio_init.c: New file.
  264.     * hurd/dtable.c (_hurd_fd_subinit): New hook variable.
  265.     (init_dtable): Run the _hurd_fd_subinit hook.
  266.  
  267.     * hurd/hurd/fd.h (struct hurd_dtable): Type removed.
  268.     (_hurd_dtable_users, _hurd_dtable_rlimit): Variables removed.
  269.     (_hurd_dtable): Make this a struct hurd_fd **.
  270.     (_hurd_dtablesize): New variable.
  271.     (struct hurd_fd_user): Type removed.
  272.     (_hurd_dtable_get, _hurd_dtable_free, _hurd_dtable_fd): Functions
  273.     removed.
  274.     (_hurd_fd_get): Rewritten.  Take just one arg, and look it up in
  275.     _hurd_dtable; return a struct hurd_fd *.
  276.     (HURD_FD_USE): Rewritten to use new _hurd_fd_get interface.
  277.     * hurd/dtable.c    (_hurd_dtable_users, _hurd_dtable_rlimit):
  278.     Variables removed.
  279.     (_hurd_dtable): Make this a struct hurd_fd **.
  280.     (_hurd_dtablesize): New variable.
  281.     (init_dtable, fork_parent_dtable, fork_child_dtable,
  282.     ctty_new_pgrp, reauth_dtable): Use new simpler _hurd_dtable format.
  283.     * sysdeps/mach/hurd/__getdtsz.c: Use _hurd_dtablesize.
  284.     * sysdeps/mach/hurd/__fcntl.c: Use new _hurd_fd_get protocol.
  285.  
  286.     * hurd/dtable.c (get_dtable_port): Return the ctty port if set.
  287.  
  288.     * hurd/hurd/fd.h (_hurd_fd_error_signal): New function, broken out
  289.     of _hurd_fd_error.
  290.     (_hurd_fd_error): Call it.
  291.  
  292.     * hurd/Makefile (dtable): Add fd-close.
  293.     * hurd/fd-close.c: New file.
  294.     * hurd/hurd/fd.h: Declare _hurd_fd_close.
  295.  
  296.     * sysdeps/mach/hurd/__close.c: Call _hurd_fd_close.
  297.  
  298.     * signal/Makefile (routines): Add sigsetops.
  299.     * signal/sigsetops.c: New file.
  300.  
  301.     * sysdeps/unix/sysv/sysv4/sigset.h (_EXTERN_INLINE): New macro.
  302.     Use it for all the inline functions.
  303.  
  304.     * signal/signal.h: Move #include <signum.h> inside #ifdef _SIGNAL_H.
  305.  
  306.     * sysdeps/generic/sigset.h: Protect types with #ifndef
  307.     _SIGSET_H_types.  Protect rest with #if !defined (_SIGSET_H_fns)
  308.     && defined (_SIGNAL_H).
  309.     (__SIGSETFN): Add extern declaration of NAME inside function.
  310.  
  311.     * sysdeps/unix/ioctls-tmpl.c: Add missing #endif.
  312.     * sysdeps/unix/Makefile (make-ioctls-CFLAGS): Remember -D.
  313.  
  314. Fri May 20 20:42:33 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  315.  
  316.     * sysdeps/unix/Makefile (sys/termios.h): Variable removed.
  317.     (ioctl-includes): New variable.
  318.     (make-ioctls-CFLAGS): Compute value generally from $(ioctl-includes).
  319.     ($(common-objpfx)ioctls): Depend on $(ioctl-includes), instead of
  320.     $(sys/termios.h).
  321.  
  322.     * sysdeps/unix/sysv/sco3.2.4/sco_getgrp.S: New file.
  323.     * sysdeps/unix/sysv/sco3.2.4/Makefile (sysdep_routines): Add
  324.     sco_getgrp.
  325.     * sysdeps/unix/sysv/sco3.2.4/__getgrps.c: New file.
  326.  
  327.     * sysdeps/generic/sigset.h (__sigismember, __sigaddset, __sigdelset):
  328.     Rewritten as extern inline functions; check for bogus signal number.
  329.  
  330.     * configure.in (names): Put $implied before $* in new $sysnames
  331.     list remaining to be processed; this ensures unix/common precedes
  332.     unix/sysv4 for sysv4.
  333.  
  334. Thu May 19 18:35:02 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  335.  
  336.     * sysdeps/mach/hurd/defs.c (init_stdio): Make stdin and stdout
  337.     line buffered and stderr unbuffered.
  338.  
  339. Thu May 19 16:14:36 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  340.  
  341.     * sysdeps/mach/hurd/getcwd.c: Remember to call io_stat on cwdir.
  342.  
  343.     * sysdeps/generic/configure.in: Use changequote around if expr
  344.     to avoid [] elision.
  345.  
  346. Thu May 19 13:53:59 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  347.  
  348.     * hurd/hurdsock.c (_hurd_socket_server): Return EPFNOSUPPORT
  349.     rather than EPROTONOSUPPORT because it's the entire protocol
  350.     family that isn't present, not just one protocol.
  351.  
  352.     * sysdeps/mach/hurd/__access.c (__access): Don't deallocate
  353.     CRDIR or CWDIR; that's taken care of by the _hurd_port_get
  354.     and _hurd_port_free system.
  355.  
  356. Thu May 19 04:14:57 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  357.  
  358.     * sysdeps/posix/libc_fatal.c: Include <errno.h>.
  359.  
  360.     * sysdeps/unix/sysv/sysv4/__sigact.c: Include <stddef.h> for NULL.
  361.  
  362.     * sysdeps/mach/hurd/__access.c: Fix swapped poly and count args in
  363.     __auth_makeauth call.
  364.  
  365.     * sysdeps/mach/hurd/ioctls.h (_IOC, _IOT): Rewritten using bitwise
  366.     operations, so the result is always technically a constant (the
  367.     old method of using a union constructor expression was not good
  368.     enough for initializers).
  369.  
  370.     * hurd/hurdsock.c (_hurd_socket_server): If path_lookup returns
  371.     ENOENT, we return EPROTONOSUPPORT.
  372.  
  373.     * hurd/Makefile (dtable): Add hurdioctl.
  374.     * hurd/dtable.c (rectty_dtable, tiocsctty, tiocnotty): Functions moved:
  375.     * hurd/hurdioctl.c: New file.
  376.     (fioctl, fioclex): New functions.
  377.     * sysdeps/mach/hurd/__ioctl.c (_hurd_ioctl_handler_lists): Don't
  378.     define it, just declare it.
  379.  
  380.     * sysdeps/mach/hurd/getcwd.c: Use MACH_PORT_RIGHT_SEND, not
  381.     MACH_PORT_TYPE_SEND, in mach_port_mod_refs call.
  382.  
  383.     * sysdeps/mach/hurd/__getpgrp.c: Don't lock _hurd_pid_lock.
  384.  
  385.     * sysdeps/unix/common/glue-ctype.c: Don't include <ctype.h>.
  386.     Instead, add explicit extern declaration of TABLE in main.
  387.  
  388. Wed May 18 17:54:00 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  389.  
  390.     * sysdeps/m68k/Makefile (asm-CPPFLAGS): Append $(m68k-syntax-flag).
  391.  
  392.     * Version 1.07.6.
  393.  
  394.     * sunrpc/Makefile (+gccwarn): Set to -w.
  395.  
  396.     * sysdeps/unix/Makefile (ifeq testing sys/param.h): Use patsubst
  397.     instead of dir to remove directory name from .../sys/param.h but
  398.     preserve "sys/".
  399.  
  400.     * inet/sys/bitypes.h: Replaced with just #include <sys/types.h>.
  401.  
  402.     * posix/sys/utsname.h (_UTSNAME_NODENAME_LENGTH): If undefined,
  403.     define to _UTSNAME_LENGTH.
  404.     (struct utsname): Use _UTSNAME_NODENAME_LENGTH for `nodename' member.
  405.     * sysdeps/unix/bsd/sun/sunos4/utsnamelen.h (_UTSNAME_NODENAME_LENGTH):
  406.     Define it.
  407.  
  408.     * resource/sys/resource.h (enum __rlimit_resource): Removed.
  409.     Just include <resourcebits.h> instead.
  410.     * resource/Makefile (headers): Add resourcebits.h.
  411.     * sysdeps/generic/resourcebits.h: New file.
  412.     * sysdeps/unix/bsd/sun/sunos4/resourcebits.h: New file.
  413.  
  414.     * stdio/test-popen.c (main): Use popen to read the file back, too.
  415.  
  416.     * sysdeps/unix/sysv/sysv4/i386/sysdep.h: New file.
  417.  
  418.     * sysdeps/unix/sysv/sysv4/i386/sys-sig.S: Fixed typo: movel->movl.
  419.  
  420. Tue May 17 12:46:31 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  421.  
  422.     * mach/mach/mach_traps.h (__mach_reply_port, __mach_thread_self,
  423.     __mach_task_self, __mach_host_self): New declarations of __ 
  424.     versions of syscall traps.
  425.     (swtch, __swtch, swtch_pri, __swtch_pri, thread_switch,
  426.     __thread_switch, evc_wait, __evc_wait): New prototypes.
  427.     * mach/Makefile (headers): Added mach/mach_traps.h so that the
  428.     GNU version is installed instead of the Mach version.
  429.     
  430. Mon May 16 15:34:12 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  431.  
  432.     * sysdeps/stub/sys/param.h: New file.
  433.  
  434.     * mach/lock-intern.h (__mutex_lock, __mutex_unlock): Real definitions.
  435.     (__mutex_lock_solid, __mutex_unlock_solid, __mutex_init): Declare them.
  436.     * mach/mutex-solid.c: New file.
  437.     * mach/Makefile (lock): Add mutex-solid.
  438.     (lock-headers): Remove mutex.h.
  439.     * mach/mutex.h: File removed.
  440.     * hurd/hurd/id.h: Include <cthreads.h> instead of <mutex.h>.
  441.     * hurd/hurd/signal.h: Likewise.
  442.     * hurd/hurdsig.c: Likewise.
  443.     * hurd/hurdsock.c: Likewise.
  444.     * hurd/dtable.c: Likewise.
  445.     * hurd/__setauth.c: Likewise.
  446.     * sysdeps/mach/hurd/Makefile (includes): Also append
  447.     -I$(hurd-srcdir)/libthreads.
  448.  
  449.     * sysdeps/posix/system.c [WAITPID_CANNOT_BLOCK_SIGCHLD]: Don't
  450.     block SIGCHLD.
  451.     * sysdeps/unix/sysv/sco3.2.4/system.c
  452.     (WAITPID_CANNOT_BLOCK_SIGCHLD): Define this macro.
  453.  
  454.     * sysdeps/posix/sigintr.c (siginterrupt) [! SA_RESTART]: Always
  455.     fail with ENOSYS.
  456.  
  457.     * sysdeps/posix/__sigvec.c [! SA_ONSTACK]: Fail with ENOSYS if
  458.     SV_ONSTACK is set in VEC->sv_flags.
  459.     [SA_RESTART]: Protect SV_INTERRUPT check with this.
  460.  
  461.     * sysdeps/mach/sysdep.h (FATAL_PREPARE): New macro.
  462.     * sysdeps/posix/libc_fatal.c: Include <sysdep.h>.
  463.     [FATAL_PREPARE]: Invoke the macro.
  464.     * assert/assert.c: Likewise.
  465.  
  466.     * sysdeps/generic/memmem.c: Start BEGIN at HAYSTACK, not partway
  467.     into it.  Loop until BEGIN passes the location in HAYSTACK with
  468.     NEEDLE_LEN bytes remaining to the end.
  469.     Compare first byte manually before calling memcmp.
  470.  
  471.     * sysdeps/unix/sysv/sco3.2.4/__sigact.S: Fix typo.
  472.  
  473.     * posix/sys/types.h [__USE_BSD] (int32_t, int16_t, int8_t,
  474.     u_int32_t, u_int16_t, u_int8_t): New typedefs.
  475.  
  476.     * assert/assert.c (__assert_program_name): New variable.
  477.     (__assert_fail): Print that in the msg too.
  478.     [HAVE_GNU_LD] (set_progname): New function to set it up at startup.
  479.  
  480. Thu May 12 01:10:52 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  481.  
  482.     * hurd/__setauth.c: Do critical section locking.
  483.     * hurd/hurdexec.c: Likewise.
  484.     * hurd/hurdauth.c (_S_del_auth): Likewise.
  485.     * hurd/getuids.c: Likewise.
  486.     * hurd/dtable.c: Likewise.
  487.     * hurd/alloc-fd.c: Likewise.
  488.     * hurd/hurd/port.h: Likewise.
  489.     * hurd/hurd/fd.h: Likewise.
  490.     * hurd/setuids.c: Likewise.
  491.     * hurd/intern-fd.c: Likewise.
  492.     * hurd/hurdsock.c (_hurd_socket_server): Likewise.
  493.     * sysdeps/mach/hurd/setrlimit.c: Likewise.
  494.     * sysdeps/mach/hurd/setgroups.c: Likewise.
  495.     * sysdeps/mach/hurd/seteuid.c: Likewise.
  496.     * sysdeps/mach/hurd/setegid.c: Likewise.
  497.     * sysdeps/mach/hurd/getrlimit.c: Likewise.
  498.     * sysdeps/mach/hurd/__setuid.c: Likewise.
  499.     * sysdeps/mach/hurd/__setreuid.c: Likewise.
  500.     * sysdeps/mach/hurd/__setregid.c: Likewise.
  501.     * sysdeps/mach/hurd/__setitmr.c: Likewise.
  502.     * sysdeps/mach/hurd/__setgid.c: Likewise.
  503.     * sysdeps/mach/hurd/__select.c: Likewise.
  504.     * sysdeps/mach/hurd/__sbrk.c: Likewise.
  505.     * sysdeps/mach/hurd/__getuid.c: Likewise.
  506.     * sysdeps/mach/hurd/__getpgrp.c: Likewise.
  507.     * sysdeps/mach/hurd/__getitmr.c: Likewise.
  508.     * sysdeps/mach/hurd/__getgrps.c: Likewise.
  509.     * sysdeps/mach/hurd/__getgid.c: Likewise.
  510.     * sysdeps/mach/hurd/__geteuid.c: Likewise.
  511.     * sysdeps/mach/hurd/__getegid.c: Likewise.
  512.     * sysdeps/mach/hurd/__getdtsz.c: Likewise.
  513.     * sysdeps/mach/hurd/__fork.c: Likewise.
  514.     * sysdeps/mach/hurd/__fcntl.c: Likewise.
  515.     * sysdeps/mach/hurd/__dup2.c: Likewise.
  516.     * sysdeps/mach/hurd/__close.c: Likewise.
  517.     * sysdeps/mach/hurd/__brk.c: Likewise.
  518.     * sysdeps/mach/hurd/__access.c: Likewise.
  519.  
  520.     * sysdeps/mach/hurd/reboot.c (reboot): Use the host priv port to
  521.     prove authority.
  522.  
  523.     * sysdeps/mach/hurd/__readlink.c: Don't request O_READ access.
  524.  
  525.     * sysdeps/mach/hurd/__ioctl.c: Don't expect result data    unless
  526.     return code is zero.  Translate MIG_BAD_ID or EOPNOTSUPP to ENOTTY.
  527.  
  528.     * mach/devstream.c (output): Use device_write instead of
  529.     device_write_inband.
  530.  
  531. Wed May 11 18:49:31 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  532.  
  533.     * hurd/hurdinit.c (_hurd_init): Finsih loop of _hurd_port_init on
  534.     _hurd_ports elts before doing _hurd_proc_init or
  535.     __task_set_special_port.
  536.  
  537.     * hurd/hurd/signal.h (struct hurd_sigstate): Add new
  538.     `critical_section' member.  Remove #if 0'd out vfork crap.
  539.     (_hurd_critical_section_lock, _hurd_critical_section_unlock): New
  540.     functions. 
  541.     (HURD_CRITICAL_BEGIN, HURD_CRITICAL_END): New macros.
  542.  
  543.     * io/Makefile (headers): Add poll.h and sys/poll.h.
  544.     (routines): Add poll.
  545.     * sysdeps/unix/bsd/sun/sunos4/poll.S: New file.
  546.     * sysdeps/unix/sysv/poll.S: New file.
  547.     * sysdeps/unix/bsd/poll.c: New file.
  548.     * sysdeps/stub/poll.c: New file.
  549.     * io/poll.h, io/sys/poll.h: New files.
  550.  
  551.     * misc/bsd-compat.c (setjmp): New function.
  552.  
  553.     * sysdeps/unix/Makefile (sysdep_headers): Remove sys/param.h.
  554.     * misc/Makefile (headers): Add it here instead.
  555.  
  556.     * io/test-utime.c (main): New file.
  557.     * io/Makefile (tests): New variable.
  558.  
  559. Wed May 11 13:44:33 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  560.  
  561.     * hurd/hurd/threadvar.h (__hurd_errno_location): Remove 
  562.     __volatile keyword.  `volatile int errno' is not the same
  563.     as `int errno'; user programs often mention the latter.
  564.     * errno.h: Remove __volatile keyword; same reason.
  565.  
  566. Tue May 10 17:21:41 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  567.  
  568.     * time/zdump.c: New code from ADO.
  569.  
  570.     * time/difftime.c (difftime): Use hairy rounding algorithm from
  571.     eggert@twinsun.com when sizeof (time_t) >= sizeof (double).
  572.  
  573.     * Makerules (native-CFLAGS): Remove -I$(sysincludedir).  RMS says
  574.     people with bogons in /usr/local/include deserve to lose.
  575.  
  576.     * stdio/printf_fp.c (__printf_fp): If IS_NEG gets set, negate
  577.     FPNUM before testing it for %g format choice.
  578.  
  579.     * sysdeps/unix/sysv/irix4/fcntlbits.h: New file.
  580.     * sysdeps/unix/sysv/irix4/Dist: New file.
  581.     * sysdeps/unix/sysv/irix4/readv.c: New file.
  582.     * sysdeps/unix/sysv/irix4/writev.c: New file.
  583.     * sysdeps/unix/sysv/irix4/__dup2.c: New file.
  584.  
  585.     * sunrpc/xdr_float.c (xdr_float): Change [mc68000 || sparc] to [! vax].
  586.  
  587.     * sysdeps/mips/setjmp.S: Remove spurious $.
  588.  
  589.     * sysdeps/generic/ftime.c: Include <errno.h>.
  590.  
  591.     * sysdeps/unix/mips/sysdep.S: Add .set noreorder.
  592.  
  593. Tue May 10 16:27:13 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  594.  
  595.     * sysdeps/generic/termbits.h (NCCS): Doc fix.
  596.  
  597. Mon May  9 18:07:44 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  598.  
  599.     * sysdeps/mach/hurd/uname.c (uname): System uname information
  600.     has moved from init to proc.
  601.  
  602.     * sysdeps/mach/usleep.c (usleep): Return correct value.  Destroy
  603.     RECV when we're done with it.
  604.  
  605. Thu May  5 17:03:56 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  606.  
  607.     * sysdeps/mach/hurd/__lstat.c: Use O_NOLINK instead of O_NOTRANS.
  608.  
  609. Thu May  5 04:20:54 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  610.  
  611.     * mach/spin-lock.h (spin_lock_init): Define.
  612.  
  613.     * sysdeps/mach/hurd/sigsuspend.c: New local variable NEWMASK, set
  614.     it to *SET if SET is not null, before taking SS->lock; don't
  615.     dereference SET while holding the lock.  Restore SS->blocked to
  616.     OLDMASK before unlocking and returning.
  617.  
  618.     * hurd/hurdsig.c (hurdsig_fork_child): Return zero.
  619.  
  620.     * sysdeps/mach/hurd/__fork.c (_hurd_fork_parent_hook,
  621.     _hurd_fork_prepare_hook)): Define variables (symbol sets).
  622.     (__fork): Run _hurd_fork_prepare_hook and _hurd_fork_parent_hook.
  623.  
  624.     * sysdeps/mach/hurd/sigsuspend.c: Don't test SS->pending; instead
  625.     wait until SS->suspended is cleared.
  626.     * hurd/hurdsig.c (_hurd_internal_post_signal): Clear SS->suspended
  627.     before signalling on SS->arrived.
  628.  
  629.     * mach/Makefile (headers): Added mach/default_pager_helper.defs.
  630.  
  631.     * sysdeps/sparc/Dist: Added alloca.S.
  632.  
  633. Wed May  4 14:02:29 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  634.  
  635.     * hurd/hurdexec.c (_hurd_exec): Unlock _hurd_dtable_lock when
  636.     all through.
  637.  
  638.     * sysdeps/mach/hurd/__setitmr.c: Changed _hurd_itimer_lock
  639.     to be a spin_lock; changed mutex_lock and mutex_unlock
  640.     accordingly throughout.
  641.     * sysdeps/mach/hurd/__getitmr.c: Corresponding changes from
  642.     mutex calls to spin lock calls here too.
  643.  
  644.     * sysdeps/mach/hurd/__setitmr.c (setitimer_locked): Fixed syntax 
  645.     of declaration of PREEMPT.
  646.     (setitimer_locked): Declare variables ERR and ELAPSED.
  647.     (setitimer_locked): Fix some references to REMAINING that 
  648.     were using it as an itimerval instead of a timeval.
  649.     (setitimer_locked): Deleted unused label STILLBORN.
  650.  
  651. Wed May  4 00:17:32 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  652.  
  653.     * sysdeps/stub/__getitmr.c: Fix arg name __WHICH to WHICH.
  654.  
  655.     * sysdeps/unix/bsd/alarm.c: Round tv_usec with arithmetic rather
  656.     than a test.
  657.  
  658.     * hurd/Makefile (user-interfaces): Add hurd/msg_request.
  659.  
  660.     * sysdeps/stub/__setitmr.c: Fix arg name __WHICH to WHICH.
  661.  
  662.     * Makeconfig (cross-compiling): Define if $(HOST_CC) and $(CC) differ.
  663.     * time/Makefile (install-others): Omit defn ifdef cross-compiling.
  664.  
  665. Tue May  3 23:12:48 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  666.  
  667.     * mach/Makefile (lock-headers): Add spin-lock.h.
  668.  
  669.     * misc/Makefile (routines): Add madvise.
  670.  
  671.     * malloc/Makefile (non-lib.a): Define.
  672.     * misc/Makefile (non-lib.a): Define.
  673.     * Makerules (install-lib.a): Filter out $(non-lib.a).
  674.     (install-lib-non.a): Append $(non-lib.a).
  675.  
  676.     * mach/Makefile (mach-headers): Rename sys/version.h to mach/version.h.
  677.  
  678.     * hurd/Makefile (headers): Added hurd/threadvar.h.
  679.  
  680.     * Version 1.07.5.
  681.  
  682.     * hurd/port2fd.c (_hurd_port2fd): Use logic copied from
  683.     _hurd_port_locked_set to install PORT in D->port, but leave it locked.
  684.  
  685.     * sunrpc/Makefile (generated): Don't add $(objpfx).
  686.  
  687.     * sysdeps/stub/machine-lock.h: New file.
  688.     * sysdeps/stub/machine-sp.h: New file.
  689.  
  690. Tue May  3 22:31:15 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  691.  
  692.     * sysdeps/mach/usleep.c (usleep): Specify MACH_RCV_MSG so that
  693.     mach_msg actually waits.
  694.  
  695. Tue May  3 19:24:48 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
  696.  
  697.     * malloc/malloc.h (enum mcheck_status): Delete trailing
  698.     comma in enum list; some compilers don't like it.
  699.  
  700. Tue May  3 15:18:15 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  701.  
  702.     * sysdeps/mach/hurd/__symlink.c (__symlink): Pass port type arg to
  703.     __file_set_translator.
  704.  
  705. Mon May  2 17:56:47 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  706.  
  707.     * hurd/Makefile (generated): Add $(inlines) .c files.
  708.  
  709.     * sysdeps/mach/hurd/__mknod.c: Pass port type arg to
  710.     __file_set_translator.
  711.  
  712. Sun May  1 16:03:13 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  713.  
  714.     * mach/mig_syms.c: Add de-__ing aliases for mig_init,
  715.     mig_get_reply_port, and mig_dealloc_reply_port.
  716.  
  717.     * sysdeps/mach/hurd/errnos.awk: Handle copying errors from
  718.     mach/mig_errors.h and device/device_types.h.  Omit E*_SUCCESS.
  719.     Omit MACH_MSG_MASK and other special bit macros.
  720.  
  721.     * sysdeps/mach/hurd/i386/sigcontext.h (struct sigcontext): Added
  722.     sc_reply_port member.
  723.     * hurd/hurdsig.c (fetch_reply_port): New function.
  724.     (_hurd_internal_post_signal): When setting up to run handler, set
  725.     SCP->sc_reply_port to the receiving thread's value for
  726.     _HURD_THREADVAR_MIG_REPLY.
  727.     * sysdeps/mach/hurd/i386/__sigret.c: Destroy the MiG reply port
  728.     used by the signal handler, and restore from SCP->sc_reply_port.
  729.     * hurd/hurd/threadvar.h (__hurd_threadvar_location_from_sp): New
  730.     function; guts from __hurd_threadvar_location.
  731.     (__hurd_threadvar_location): Call that.
  732.  
  733.     * hurd/hurdsig.c (check_pending): New function, broken out of:
  734.     (_hurd_internal_post_signal): Call that for pending signal check.
  735.     If SIGNO is zero, call check_pending on each thread's sigstate.
  736.  
  737.     * sysdeps/mach/hurd/start.c (start1): Use calloc to get
  738.     zero-filled space for __hurd_threadvar_stack_offset when
  739.     __hurd_threadvar_stack_mask is zero.
  740.  
  741. Thu Apr 28 21:29:47 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  742.  
  743.     * Merged gmp-1.99.3+ mpn code from tege for printf_fp.
  744.     * stdio/printf_fp.c: Include "longlong.h"; gmp-impl.h no longer does.
  745.     
  746.     * Makerules (+depfiles): Filter $(extra-objs) to get only .o files.
  747.  
  748. Wed Apr 27 00:20:41 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  749.  
  750.     * Makerules (depend-$(subdir)): Put output in tmp file and use mv -f.
  751.     Always use $(+depfiles), since sources is no longer exported.
  752.  
  753. Tue Apr 26 20:05:55 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  754.  
  755.     * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Don't include <termios.h> to 
  756.     avoid <sys/ioctl.h> conflicts.
  757.     * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Undefine ECHO, MDMBUF,
  758.     TOSTOP, FLUSHO, PENDIN, and NOFLSH after including <termios.h> and
  759.     before including <sys/ioctl.h>.
  760.     * sysdeps/unix/bsd/bsd4.4/__tcgetatr.c: Likewise.
  761.  
  762. Tue Apr 26 14:42:43 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  763.  
  764.     * sysdeps/mach/sleep.c (sleep): Specify MACH_RCV_MSG or else
  765.     mach_msg won't do anything but return immediately.
  766.     (sleep): Compute return value correctly.
  767.  
  768. Tue Apr 26 04:49:56 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  769.  
  770.     * sysdeps/i386/setjmp.c: Put global register decls first thing.
  771.     * sysdeps/i386/__longjmp.c: Likewise.
  772.  
  773. Fri Apr 22 18:10:36 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  774.  
  775.     * sysdeps/unix/sysv/irix4/__wait3.S: New file.
  776.     * sysdeps/unix/sysv/irix4/time.S: New file.
  777.     * sysdeps/unix/sysv/irix4/__waitpid.c: New file.
  778.  
  779. Thu Apr 21 16:54:11 1994  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  780.  
  781.     * malloc/malloc.c (initialize, morecore): When allocating the
  782.     _heapinfo block itself, account for it in the statistics.
  783.  
  784. Tue Apr 19 20:17:06 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  785.  
  786.     * sysdeps/unix/sysv/sco3.2.4/pipestream.c: New file.
  787.  
  788.     * malloc/malloc.c (morecore): Only zero the new part of NEWINFO,
  789.     not the part we will copy _heapinfo into.
  790.  
  791.     * sysdeps/unix/bsd/signum.h (SIGLOST): Define.
  792.     (_NSIG): Increase to 33.
  793.  
  794. Mon Apr 18 16:56:11 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  795.  
  796.     * configure.in (config.status): Use $configure_args instead of
  797.     $ac_configure_args.
  798.     (after AC_PREPARE): Call AC_LANG_C.
  799.  
  800.     * time/Makefile (routines): Add sys/timeb.h.
  801.     (routines): Add ftime.
  802.     * time/sys/timeb.h: New file.
  803.     * sysdeps/unix/bsd/ftime.c: New file.
  804.     * sysdeps/generic/ftime.c: New file.
  805.  
  806.     * sysdeps/posix/getenv.c (getenv): Return NULL if __environ is null.
  807.  
  808.     * malloc/malloc.h [_MALLOC_INTERNAL] [HAVE_UNISTD_H]: Include unistd.h.
  809.  
  810.     * malloc/Makefile (gmalloc-routines): Put valloc first.
  811.  
  812. Wed Apr 13 14:03:02 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  813.  
  814.     * sysdeps/mach/hurd/__symlink.c (__symlink): Set the target of the
  815.     link to FROM, not TO.
  816.  
  817.     * sysdeps/mach/hurd/__readlink.c (__readlink): Copy just the
  818.     target into the user's buffer, not the entire translator spec.
  819.  
  820. Tue Apr 12 00:13:19 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  821.  
  822.     * hurd/fd-write.c (_hurd_fd_write): Set noctty for now rather
  823.     than depending on what happens to be on the stack.
  824.  
  825.     * sysdeps/mach/hurd/readdir.c (readdir): Notice when hitting
  826.     end-of-file and return NULL.
  827.  
  828. Mon Apr 11 17:36:59 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  829.  
  830.     * sysdeps/mach/hurd/start.c (start1): Bother to set __environ.
  831.  
  832.     * sysdeps/mach/hurd/__ioctl.c (__ioctl): Comment out use of 
  833.     HURD_EINTR_RPC until signals work.
  834.  
  835. Mon Apr 11 14:16:40 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  836.  
  837.     * sysdeps/mach/hurd/__ioctl.c (__ioctl): Call __mig_get_reply_port
  838.     rather than __mig_reply_port (which doesn't exist).
  839.  
  840.     * sysdeps/mach/hurd/__mknod.c: Added temporary declarations
  841.     of major and minor.
  842.  
  843.     * (This change occurred on April 4, 1994) mach/setup-thread.c
  844.     (__mach_setup_thread): The March 31 change had an error; the stack
  845.     needs to be allocated with ANYWHERE cleared.
  846.  
  847.     * (This change occurred on April 8, 1994) hurd/hurdexec.c
  848.     (_hurd_exec): The arguments to exec_exec had the length and 
  849.     type parameters transposed.  In addition, fetch the correct
  850.     procserver port for the new task.
  851.  
  852.     * (This change occurred on April 8, 1994)
  853.     sysdeps/mach/hurd/__wait.c (__wait4): Deal properly with a null
  854.     USAGE argument.
  855.  
  856.     * (This change occurred on April 8, 1994)
  857.     sysdeps/mach/hurd/_exit.c (_exit): Changed commented-out call to
  858.     __proc_exit into a correct call to __proc_mark_exit.
  859.  
  860. Fri Apr  8 14:58:24 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  861.  
  862.     * string/strsignal.c (strsignal): Store of NUL into unknown_signal
  863.     was off by one.
  864.  
  865. Tue Apr  5 21:26:25 1994  Brendan Kehoe  (brendan@zen.org)
  866.  
  867.     * sysdeps/unix/sysv/sysv4/__sigact.c (__sigaction): Declare member
  868.     `oact' in lower case, to match its use in the rest of the function.
  869.  
  870. Tue Apr  5 03:07:04 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  871.  
  872.     * Makerules (install-lib.a rule): Run ranlib on the target.
  873.  
  874.     * Makerules (library member rule): Tighten up pattern rule to
  875.     match only libc.a, not other libraries.
  876.  
  877. Mon Apr  4 21:49:57 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  878.  
  879.     * set-hooks.h: New file.
  880.     * Makefile (distribute): Add it.
  881.     * set-init.c: Include it and use its macro DEFINE_HOOK_RUNNER.
  882.  
  883.     * Makerules (sysd-Makefile): Put `sysd-Makefile-done=t' in output.
  884.     (sysd-rules): Don't include it unless sysd-Makefile-done is defined.
  885.  
  886. Mon Apr  4 18:33:54 1994  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  887.  
  888.     * mach/setup-thread.c (__mach_setup_thread): Oops; the vm_allocate
  889.     call should have ANYWHERE cleared so that the change of the 31st
  890.     has any effect at all.
  891.  
  892. Thu Mar 31 13:46:13 1994  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  893.  
  894.     * mach/setup-thread.c (__mach_setup_thread): Create a red zone
  895.     beneath the stack; also, work around a bug in cthreads by
  896.     forcing the stack into high memory.  FIXME--this routine
  897.     depends on the direction of stack growth; that should be fixed.
  898.  
  899. Mon Mar 28 12:55:51 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
  900.  
  901.     * Rules (make-dummy-lib): Use `$(AR)' instead of literal `ar'.
  902.  
  903.     * configure.in (arg parsing): Don't take --os-release or --os-version.
  904.     (switches): Variable removed; don't write it into config.status.
  905.     (config.status): Write release and version values directly.
  906.  
  907.     * sysdeps/unix/common/configure.in: Use changequote around if expr
  908.     to avoid [] elision.
  909.  
  910. Sat Mar 26 18:36:27 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
  911.  
  912.     * malloc/mcheck.c [! _MALLOC_INTERNAL]: #include <stdio.h>
  913.  
  914. Fri Mar 25 02:17:55 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
  915.  
  916.     * malloc/mcheck.c (mprobe): New function.
  917.     (abortfunc): Take enum mcheck_status arg.
  918.     (checkhdr): Return an enum mcheck_status, and pass it to abortfunc.
  919.     (mabort): New function.
  920.     (mcheck): Use mabort as default abortfunc.
  921.     * malloc/malloc.h (enum mcheck_status): New type.
  922.     (mprobe): Declare new function.
  923.     (mcheck): ABORTFUNC takes an `enum mcheck_status' arg.
  924.  
  925.     * posix/unistd.h [__USE_GNU] (TEMP_FAILURE_RETRY): New macro.
  926.  
  927.     * stdio/stdio.h [__USE_GNU && !_LIBC] (cookie_io_functions_t):
  928.     Define instead of __io_functions (and make that a typedef for
  929.     this); omit __ from member names.
  930.  
  931. Thu Mar 24 14:59:23 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
  932.  
  933.     * sysdeps/unix/sysv/sco3.2.4/sigaction.h: New file.
  934.  
  935.     * sysdeps/unix/sysv/sco3.2.4/__sigact.S: Put address of
  936.     __sigreturn in %ecx before doing syscall trap.
  937.  
  938.     * sysdeps/stub/setegid.c: Fix arg type to __gid_t (was int).
  939.  
  940. Wed Mar 23 17:33:09 1994  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
  941.  
  942.     * Makefile (headers): Remove $(stdarg.h).
  943.     * Makeconfig (stdarg.h): Variable removed.
  944.     * configure.in: Remove check for __gnuc_va_list in stdarg.h.
  945.     It is not safe to replace the compiler's stdarg.h with our own.
  946.  
  947. Tue Mar 22 12:46:08 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  948.  
  949.     * Rules (dist): Rule removed.
  950.     * Makefile (dist): Likewise.
  951.     * Makerules (dist, distinfo): New rules.
  952.     (TAGS): Depend on distfile, pass -f distfile to submake.
  953.  
  954.     * math/Makefile: Remove if-ed out old bsdmath copying rules.
  955.  
  956.     * Makerules (sources, headers, sysdep_routines): Don't export these.
  957.     * Rules (others, tests): Likewise.
  958.  
  959.     * io/lockf.c: Include fcntl.h and errno.h.
  960.  
  961. Mon Mar 21 20:27:32 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  962.  
  963.     * sysdeps/unix/bsd/sony/newsos4/fchdir.S: New file.
  964.     * sysdeps/unix/bsd/sony/newsos4/{__wait4.c,__wait3.c,__wait.c,
  965.     sys_wait4.S,Makefile,Dist}: New files.
  966.  
  967.     * sysdeps/unix/Makefile (syscall.h): De-SYS_ify `kerncall_basenum'.
  968.  
  969.     * sysdeps/unix/bsd/m68k/sysdep.S [! __motorola__]: Rename label 0
  970.     to `store'; a user reports gas 1.38 bombs on numbered labels.
  971.  
  972.     * sysdeps/posix/Makefile (mk-stdiolim): Use $(HOST_CC).
  973.  
  974.     * Rules (distribute, dont_distribute, generated): Don't export them.
  975.     (dist): Pass those vars down to sub-make on cmd line.
  976.     * Makefile (distribute, generated): Don't export them.
  977.     (dist): Pass distribute and generated values to sub-make on cmd line.
  978.  
  979.     * Makerules (install-lib-nosubdir): Insert $(libprefix) appropriately.
  980.  
  981. Fri Mar 18 01:02:52 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  982.  
  983.     * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h (DO_CALL): Use a6 in
  984.     place of fp.  A user reports gas 1.38 doesn't grok fp.
  985.  
  986. Tue Mar  8 18:35:02 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  987.  
  988.     * Makerules (common-clean): Prepend $(objpfx) to $(generated).
  989.     * Makefile (parent-clean): Prepend $(common-objpfx) to
  990.     $(common-generated).
  991.     * Makefile (generated): Don't prepend $(objpfx).
  992.     * Rules (generated): Likewise.
  993.     * sysdeps/unix/common/Makefile (generated): Likewise.
  994.     * sysdeps/unix/sysv/Makefile (generated): Likewise.
  995.     * sysdeps/unix/Makefile (common-generated): Don't prepend
  996.     $(common-objpfx).
  997.     * sysdeps/posix/Makefile (common-generated): Likewise.
  998.     * sysdeps/generic/Makefile (common-generated): Likewise.
  999.     (generated): Don't prepend $(objpfx).
  1000.  
  1001.     * sysdeps/generic/Makefile (common-generated): Set this instead of
  1002.     generated for bytesex.h and det_endian.
  1003.  
  1004.     * sysdeps/stub/fexecve.c: New file.
  1005.     * posix/Makefile (routines): Add fexecve.
  1006.     * posix/unistd.h [__USE_GNU]: Declare fexecve.
  1007.  
  1008.     * sysdeps/unix/common/configure.in: Protect siglist and ctype
  1009.     checks with if [ ! "$inhibit_glue" ].
  1010.     * sysdeps/generic/configure.in: Likewise for psignal check.
  1011.     * sysdeps/unix/common/Makefile: Protect body with ifndef inhibit-glue.
  1012.  
  1013. Mon Mar  7 17:46:46 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1014.  
  1015.     * sysdeps/unix/bsd/osf1/alpha/__sigblock.S: New file from brendan.
  1016.  
  1017. Fri Mar  4 01:56:26 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1018.  
  1019.     * Makerules (native-compile, common-objdir-compile): Use
  1020.     $(HOST_CC) in place of $(CC).
  1021.  
  1022.     * malloc/cfree.c: Move #undef cfree inside #ifdef _LIBC.
  1023.  
  1024.     * misc/sys/ioctl.h (struct ttysize): If TIOCGSIZE != TIOCGWINSZ,
  1025.     use two int elts instead of four shorts.
  1026.  
  1027. Thu Mar  3 17:35:54 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1028.  
  1029.     * malloc/realloc.c (realloc): When shrinking a block by splitting
  1030.     and then freeing one, bump the _chunks_used counter.
  1031.  
  1032.     * sysdeps/unix/sysv/sysv4/i386/__mknod.S: New file.
  1033.  
  1034. Tue Mar  1 11:42:41 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1035.  
  1036.     * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: Get first argument from
  1037.     stack at 8(%esp), not 4(%esp).
  1038.  
  1039.     * sysdeps/unix/sysv/isc2.2/rename.S: Get unix/common, not unix/bsd.
  1040.  
  1041. Thu Feb 24 14:40:43 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1042.  
  1043.     * io/lockf.c: New file.
  1044.     * io/Makefile (routines): Add lockf.
  1045.     * io/fcntl.h [__USE_MISC] (F_ULOCK, F_LOCK, F_TLOCK, F_TEST): New
  1046.     macros.
  1047.     [__USE_MISC] (lockf): Declare it.
  1048.     * posix/unistd.h: Copy those new macros and declaration.
  1049.  
  1050.     * time/backward, time/etcetera, time/zic.c: New code and data from ADO.
  1051.     * Makeconfig (posixrules): Default to America/New_York.
  1052.  
  1053.     * sysdeps/unix/mips/sysdep.S: Store -1 in v0 in the delay slot after
  1054.     the return, rather than before (leaving the delay slot unfilled and
  1055.     without a nop!).
  1056.  
  1057.     * sysdeps/unix/sysv/irix4: New directory; mips-sgi-irix4 port
  1058.     courtesy Tom Quinn.
  1059.  
  1060.     * sysdeps/unix/sysv/sysv4/direct.h: Moved to unix/common; it is right
  1061.     for irix4 as well as sysv4.
  1062.     * sysdeps/unix/bsd/ultrix4/__wait.S: Moved to unix/mips.
  1063.     (noerror): Store register v1 in location pointed to by first arg (if
  1064.     not NULL).
  1065.     * sysdeps/unix/bsd/ultrix4/__sigret.S: Moved to unix/mips.
  1066.  
  1067.     * sysdeps/unix/bsd/bsd4.4/{mmap,munmap,mprotect,msync,madvise}.S:
  1068.     Moved to sysdeps/unix/mman (new directory).
  1069.     * sysdeps/unix/bsd/bsd4.4/Implies: New file; imply unix/mman.
  1070.     * sysdeps/unix/bsd/sunos4/Implies: Likewise.
  1071.     * sysdeps/unix/bsd/ultrix4/Implies: Likewise.
  1072.     * sysdeps/unix/bsd/osf1/Implies: Likewise.
  1073.     * sysdeps/unix/bsd/sun/sunos4/munmap.S,
  1074.     sysdeps/unix/bsd/sun/sunos4/mprotect.S,
  1075.     sysdeps/unix/bsd/sun/sunos4/madvise.S,
  1076.     sysdeps/unix/bsd/ultrix4/mmap.S,
  1077.     sysdeps/unix/bsd/ultrix4/munmap.S,
  1078.     sysdeps/unix/bsd/ultrix4/mprotect.S,
  1079.     sysdeps/unix/bsd/osf1/mmap.S,
  1080.     sysdeps/unix/bsd/osf1/munmap.S,
  1081.     sysdeps/unix/bsd/osf1/mprotect.S: Files removed.
  1082.  
  1083.     * sysdeps/unix/sysv/sysv4/fcntlbits.h: Moved to sysdeps/unix/common.
  1084.  
  1085.     * stdio/printf_fp.c: Add many assertions to make sure no mpn size
  1086.     variable is ever zero.
  1087.  
  1088.     * Makerules (native-CFLAGS): Add -I$(sysincludedir).
  1089.  
  1090.     * Makerules (depend-$(subdir)) [omit-deps]: Use $(+depfiles) value
  1091.     instead of shell hackery.
  1092.  
  1093. Wed Feb 23 00:09:08 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1094.  
  1095.     * sysdeps/sparc/alloca.S [! NO_UNDERSCORES]: Call it ___builtin_alloca.
  1096.  
  1097. Tue Feb 22 18:47:10 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1098.  
  1099.     * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: Use __off_t in mmap
  1100.     prototype.
  1101.  
  1102.     * time/setitmr.c: Swap args OLD and NEW.
  1103.     * time/sys/time.h (setitimer): Likewise.
  1104.     * sysdeps/stub/__setitmr.c: Likewise.
  1105.  
  1106. Mon Feb 21 20:47:55 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1107.  
  1108.     * sysdeps/sparc/Makefile [gnulib] (routines): Add alloca.
  1109.     * sysdeps/sparc/alloca.S: New file; support for SunOS libc's
  1110.     `__builtin_alloca' function (never needed with GCC).
  1111.  
  1112.     * sysdeps/unix/sysv/sysv4/__sigact.c (trampoline): Cast handler to
  1113.     three-arg type.
  1114.  
  1115. Sun Feb 20 00:46:15 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1116.  
  1117.     * sysdeps/unix/bsd/sun/sunos4/mmap.c: Add missing semicolon.
  1118.  
  1119.     * sysdeps/unix/sparc/start.c [! NO_SHLIB]: Include <sys/types.h>
  1120.     before <sys/mman.h>.
  1121.  
  1122.     * sysdeps/unix/bsd/ultrix4/mips/{sysdep.h,sysdep.S,__pipe.S,
  1123.     __fork.S,__brk.S}: Moved to sysdeps/unix/mips (new directory).
  1124.  
  1125.     * sysdeps/unix/bsd/ultrix4/mips/__sigret.S: Use SYS_sigreturn
  1126.     instead of literal 103; #define to 103 if not already defined.
  1127.  
  1128. Sat Feb 19 17:39:13 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1129.  
  1130.     * sysdeps/unix/sysv/sysv4/i386/Dist: New file; list sys-sig.S.
  1131.  
  1132. Fri Feb 18 18:07:34 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1133.  
  1134.     * sysdeps/generic/configure.in: New file; check for psignal.
  1135.  
  1136.     * sysdeps/unix/common/glue-ctype.c: Check for table named _ctype,
  1137.     before checking for _ctype_.
  1138.     * sysdeps/unix/common/configure.in: Check for _ctype.
  1139.  
  1140.     * sysdeps/unix/Makefile (syscall.h): Look for sys.s before syscall.h.
  1141.     * sysdeps/unix/configure (unix_syscall_h): Likewise.
  1142.  
  1143.     * configure.in (os = irix4*): Set base_os=unix/sysv.
  1144.  
  1145.     * sunrpc/rpc/auth.h (u_int32): Always define, no #ifdefs.
  1146.     * sunrpc/xdr_float.c: Change [mc68000 || sparc] to [! vax].
  1147.  
  1148. Thu Feb 17 18:42:29 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1149.  
  1150.     * Version 1.07.4.
  1151.  
  1152.     * sysdeps/unix/bsd/sun/sunos4/Dist: Add sys_mmap.S.
  1153.  
  1154.     * Makerules (sysdep_dir): Remove defn.
  1155.     * Makeconfig (sysdep_dir): Define it here instead.
  1156.  
  1157. Wed Feb 16 16:54:00 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1158.  
  1159.     * sysdeps/unix/sysv/sysv4/__sigact.c: New file.
  1160.     * sysdeps/unix/sysv/sysv4/i386/Makefile: New file.
  1161.     * sysdeps/unix/sysv/sysv4/i386/sys-sig.S: New file.
  1162.  
  1163.     * time/sys/time.h (timerisset, timercmp, timerclear): New macros.
  1164.  
  1165.     * misc/Makefile (headers): Add sys/mman.h.
  1166.     (routines): Add mmap, munmap, mprotect, msync.
  1167.     * sysdeps/unix/bsd/sun/sunos4/sys_mmap.S: New file.
  1168.     * sysdeps/unix/bsd/sun/sunos4/mmap.c: New file.
  1169.     * sysdeps/unix/bsd/sun/sunos4/Makefile [$(subdir) == misc]
  1170.     (sysdep_routines): Add sys_mmap.
  1171.     * sysdeps/unix/bsd/bsd4.4/mprotect.S: New file.
  1172.     * sysdeps/unix/bsd/bsd4.4/munmap.S: New file.
  1173.     * sysdeps/unix/bsd/bsd4.4/msync.S: New file.
  1174.     * sysdeps/unix/bsd/bsd4.4/mmap.S: New file.
  1175.     * sysdeps/unix/bsd/bsd4.4/madvise.S: New file.
  1176.     * sysdeps/unix/bsd/sun/sunos4/mprotect.S: New file.
  1177.     * sysdeps/unix/bsd/sun/sunos4/munmap.S: New file.
  1178.     * sysdeps/unix/bsd/sun/sunos4/msync.S: New file.
  1179.     * sysdeps/unix/bsd/sun/sunos4/madvise.S: New file.
  1180.     * sysdeps/unix/bsd/ultrix4/sys/mman.h: New file.
  1181.     * sysdeps/unix/bsd/ultrix4/mmap.S: New file.
  1182.     * sysdeps/unix/bsd/ultrix4/munmap.S: New file.
  1183.     * sysdeps/unix/bsd/ultrix4/mprotect.S: New file.
  1184.     * sysdeps/stub/mprotect.c: New file.
  1185.     * sysdeps/stub/munmap.c: New file.
  1186.     * sysdeps/stub/msync.c: New file.
  1187.     * sysdeps/stub/mmap.c: New file.
  1188.     * sysdeps/stub/madvise.c: New file.
  1189.     * sysdeps/generic/sys/mman.h: New file.
  1190.     * sysdeps/unix/bsd/sun/sunos4/sys/mman.h: New file.
  1191.     * sysdeps/unix/bsd/osf1/msync.S: New file.
  1192.     * sysdeps/unix/bsd/osf1/mmap.S: New file.
  1193.     * sysdeps/unix/bsd/osf1/munmap.S: New file.
  1194.     * sysdeps/unix/bsd/osf1/mprotect.S: New file.
  1195.     * sysdeps/unix/bsd/osf1/sys/mman.h: New file.
  1196.  
  1197. Tue Feb 15 16:47:45 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1198.  
  1199.     * posix/unistd.h: Declare truncate, ftruncate.
  1200.  
  1201.     * misc/Makefile (headers): Add syslog.h.
  1202.     * misc/syslog.h: New file; just includes <sys/syslog.h>.
  1203.  
  1204.     * posix/unistd.h: Change duplicate seteuid decl to setegid.
  1205.  
  1206.     * io/Makefile (headers): Add sys/fcntl.h.
  1207.     * io/sys/fcntl.h: New file; just includes <fcntl.h>.
  1208.  
  1209. Mon Feb 14 10:36:57 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1210.  
  1211.     * Makerules (library pattern rule): Depend on
  1212.     $(objpfx)stamp-$(subdir) and have empty commands.
  1213.     ($(objpfx)stamp-$(subdir)): Move dep on $(objects) and ar cmds here.
  1214.     (common-mostlyclean): Remove $(objpfx)stamp-$(subdir).
  1215.  
  1216.     * Makerules (+depfiles): Filter out deps for modules in $(omit-deps).
  1217.  
  1218.     * sunrpc/Makefile (omit-deps): Define new variable.
  1219.  
  1220.     * Makerules ($(libc.a)(__.SYMDEF)): Depend on $(+libobjs), not
  1221.     lib-noranlib.
  1222.     * Makefile ($(libc.a)(__.SYMDEF)): Depend on subdir_lib.
  1223.  
  1224.     * Makerules (+depfiles): Include deps for $(extra-objs).
  1225.  
  1226.     * sunrpc/rpcsvc/klm_prot.x: Move program definition to end.
  1227.  
  1228.     * sunrpc/Makefile (lib): Depend on $(objpfx)librpcsvc.a.
  1229.  
  1230.     * time/zic.c: Set CP to NAME before dereferencing.
  1231.  
  1232.     * sunrpc/Makefile ($(objpfx)x%.c): Target fixed from $(objpfx)x%.c.
  1233.     ($(objpfx)rpcsvc/%.h): Target renamed from $(includedir)rpcsvc/%.h.
  1234.     Make each x%.o file depend on the corresponding rpcsvc/%.h file.
  1235.     (headers): Add rpcsvc/%.h.
  1236.     (install-others): Remove generated rpcsvc headers.
  1237.     (generated): Define to include generated rpcsvc headers and sources.
  1238.  
  1239.     * sysdeps/m68k/fpu/acos.c: Add __CONSTVALUE to defn.
  1240.     * sysdeps/m68k/fpu/ldexp.c: Likewise.
  1241.     * sysdeps/m68k/fpu/pow.c: Likewise.
  1242.     * sysdeps/m68k/fpu/fmod.c: Likewise.
  1243.     * sysdeps/m68k/fpu/atan2.c: Likewise.
  1244.     * sysdeps/m68k/fpu/__drem.c: Likewise.
  1245.     * sysdeps/m68k/fpu/__isinf.c: Likewise.
  1246.     * sysdeps/generic/hypot.c: Likewise.
  1247.     * sysdeps/m68k/fpu/__logb.c: Likewise.
  1248.  
  1249.     * sysdeps/unix/bsd/m68k/sysdep.S: Swap operands in cmpl.
  1250.  
  1251. Sun Feb 13 19:49:24 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1252.  
  1253.     * sysdeps/m68k/Makefile (compile-command.S): Remove definition
  1254.     that did kludgey # hackery.
  1255.     * sysdeps/unix/bsd/hp/m68k/sysdep.h (PSEUDO): Add missing close paren.
  1256.     (POUND): Define (no arg) to just `#' (a single pound sign).
  1257.     (PSEUDO, DO_CALL): Use `POUND foo' in place of `POUND(foo)'.
  1258.     * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h: Likewise.
  1259.     * sysdeps/unix/bsd/sun/m68k/sysdep.h: Likewise.
  1260.     * sysdeps/unix/bsd/sun/m68k/__brk.S: Use #0, not POUND(0).
  1261.     * sysdeps/unix/bsd/hp/m68k/__brk.S: Use #__end instead of POUND(__end).
  1262.  
  1263. Fri Feb 11 00:29:45 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1264.  
  1265.     * configure.in (Makefile): Set objdir instead of ARCH in submake cmd.
  1266.  
  1267.     * time/mktime.c: Define __P if undefined.
  1268.  
  1269.     * assert/assert.h (__ASSERT_FUNCTION): Check __GNUC_MINOR__<6 if
  1270.     defined(__cplusplus).
  1271.  
  1272. Thu Feb 10 00:52:31 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1273.  
  1274.     * sysdeps/unix/sysv/__sigact.c: Use __sigismember and
  1275.     __sigemptyset on sa_mask instead of assuming it's an int.
  1276.  
  1277.     * sysdeps/unix/sysv/sysv4/sigset.h (__sigismember): Declare arg
  1278.     SET to be a pointer to const.
  1279.  
  1280.     * sysdeps/posix/__sigpause.c: Convert MASK to a sigset_t with a loop.
  1281.  
  1282.     * sysdeps/posix/__sigblock.c: When sigset_t==mask, take address of
  1283.     SET or OSET, cast to int *, and dereference.
  1284.     * sysdeps/posix/__sigstmsk.c: Likewise.
  1285.     * sysdeps/posix/__sigvec.c: Likewise.
  1286.  
  1287.     Add the -lrpcsvc library of XDR routines for standard SunRPC protocols.
  1288.     * sunrpc/Makefile (install-lib): Define to include librpcsvc.a.
  1289.     (rpcsvc-objs): New variable.
  1290.     (extra-objs): Add $(rpcsvc-objs).
  1291.     ($(objpfxlibrpcsvc.a): New target.
  1292.     ($(objpfx)x%.o): New rule to rpcgen XDR routines.
  1293.  
  1294. Wed Feb  9 11:59:33 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1295.  
  1296.     * time/zic.c (mkdirs): Reapply fix to avoid writing into passed ptr.
  1297.  
  1298.     * sunrpc/Makefile (distribute): Add etc.rpc.
  1299.     ($(includedir)/bootparam_prot.h): Change target to
  1300.     $(includedir)/rpcsvc/bootparam_prot.h and dep to
  1301.     $(includedir)/rpcsvc/bootparam.h.
  1302.     (install-others): Change reference.
  1303.  
  1304.     * sunrpc/rpc_util.h: Comment out bogus decl of sprintf.
  1305.  
  1306.     * Makerules ($(libc.a)(__.SYMDEF)): Depend on lib-noranlib instead
  1307.     of $(+libobjs); this way makes the parent do subdir_lib.
  1308.  
  1309.     * sysdeps/unix/sysv/sysv4/sigset.h: Protect types with #ifndef
  1310.     _SIGSET_H_types.  Protect rest with #if !defined (_SIGSET_H_fns)
  1311.     && defined (_SIGNAL_H).
  1312.  
  1313. Tue Feb  8 19:00:42 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1314.  
  1315.     * Version 1.07.3.
  1316.  
  1317.     * sysdeps/unix/sysv/sysv4/sigset.h: Fix typos (omitted __s).
  1318.  
  1319. Mon Feb  7 14:31:00 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1320.  
  1321.     * Makerules ($(libc.a)): Depend on $(libc.a)(__.SYMDEF); no commands.
  1322.     ($(+libobjs)): Remove static pattern rule.
  1323.     (ar-it): Target removed.
  1324.     Replace with pattern rule to catch %(*.o) for all $(objects).
  1325.     ($(libc.a)(__.SYMDEF)): New target.
  1326.     (lib-noranlib, $(libdir)/lib$(libprefix)c.a): Don't depend on ar-it.
  1327.  
  1328.     * sysdeps/unix/sparc/sysdep.h (PSEUDO): Add nop after jmp; the
  1329.     next insn is most likely a retl, which causes interesting behavior.
  1330.  
  1331.     * stdio/vfprintf.c: Pass WORKEND+1 to _itoa, not WORKEND.
  1332.     Subtract one from result of _itoa when setting W.
  1333.  
  1334.     * time/{africa,asia,australasia,backward,europe,leapseconds,
  1335.     northamerica,southamerica,zic.c}: New code and data from ADO.
  1336.  
  1337. Sun Feb  6 13:55:27 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1338.  
  1339.     * sunrpc: New directory; code from Sun's RPCSRC-4.0.
  1340.     * sysdeps/unix/inet/Subdirs: Add sunrpc.
  1341.     * inet/netdb.h: #include <rpc/netdb.h> at end.
  1342.  
  1343.     * Make-dist ($(tardir).tar): Use -v when extracting from dist.tar
  1344.     and pipe output to doschk.
  1345.  
  1346.     * Makeconfig (etcdir): New variable.
  1347.     (localtime-file): Use that in default value.
  1348.  
  1349.     * Makerules (depend-$(subdir)): Include dep files for all .o files
  1350.     listed in $(extra-objs).
  1351.  
  1352.     * posix/sys/types.h (NFDBITS): #define to __NFDBITS.
  1353.  
  1354.     * inet/netinet/in.h (INADDR_LOOPBACK): Don't define if already
  1355.     defined; avoids changing source which defines it before including this.
  1356.     (struct sockaddr_in): Rename `__pad' member to `sin_zero'; some
  1357.     code wants to bzero the area just for paranoia.
  1358.  
  1359.     Make cleaning targets only remove common (not specific to one
  1360.     subdir) generated files if run from the parent directory.
  1361.     * Makefile (parent-clean): Remove $(common-generated) also.
  1362.     * sysdeps/unix/Makefile (local_lim.h, sys/param.h, errnos.h,
  1363.     ioctls.h, syscall.h): Append to $(common-generated), not $(generated).
  1364.     * sysdeps/posix/Makefile (stdio_lim.h): Likewise.
  1365.  
  1366.     * signal/signal.h: Declare psignal here.
  1367.     * stdio/stdio.h: Not here.
  1368.  
  1369.     * stdio/stdio.h [__OPTIMIZE__] (vprintf, vfscanf, vscanf,
  1370.     vsscanf): Define as extern inline functions instead of macros.
  1371.  
  1372.     * configure.in (names): Check existence of implied dirs and warn
  1373.     for absentees.
  1374.  
  1375. Sat Feb  5 13:38:26 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1376.  
  1377.     * Version 1.07.2.
  1378.  
  1379.     * resource/sys/resource.h (RUSAGE_SELF, RUSAGE_CHILDREN): #define
  1380.     to self for things that test #ifdef.
  1381.  
  1382.     * sysdeps/unix/common/Dist: Remove bsd_getgrp.S.
  1383.  
  1384.     * sysdeps/unix/Makefile: Don't include param.h.dep ifdef no_deps.
  1385.  
  1386.     * Makerules (vpath %.h): Use $(common-objpfx) in place of $(objpfx).
  1387.  
  1388.     * sysdeps/unix/bsd/i386/__vfork.S: Decrement R1 and AND it with R0
  1389.     to avoid the test and branch.
  1390.  
  1391.     * sysdeps/unix/bsd/getprio.S, sysdeps/unix/bsd/setprio.S,
  1392.     sysdeps/unix/bsd/__setreuid.S, sysdeps/unix/bsd/__setregid.S: Moved to
  1393.     sysdeps/unix/common.
  1394.  
  1395.     * sysdeps/unix/reboot.S: New file.
  1396.  
  1397.     * sysdeps/unix/sysv/sysv4/solaris2/signum.h: New file.
  1398.     * sysdeps/unix/sysv/sysv4/signum.h: New file.
  1399.     * sysdeps/unix/sysv/sysv4/sigset.h: New file.
  1400.     * sysdeps/unix/sysv/sysv4/sigaction.h (struct sigaction): Swap
  1401.     positions of sa_flags and sa_mask members (sa_flags is first now).
  1402.     (SA_NOCLDWAIT): Renamed from SA_NOSCLDWAIT.
  1403.  
  1404.     * sysdeps/unix/bsd/init-posix.c (_posix_start_time): Initialize it.
  1405.  
  1406.     * Makerules (open-check-inhibit-asm): Use : for empty commands in case.
  1407.  
  1408.     * time/leapseconds: New version from ADO, adds 1994 leap second.
  1409.  
  1410. Thu Feb  3 02:15:30 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1411.  
  1412.     * sysdeps/unix/bsd/ulimit.c: Define ulimit instead of __ulimit.
  1413.  
  1414. Wed Feb  2 16:56:29 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1415.  
  1416.     * sysdeps/unix/sysv/sco3.2.4/sigsuspend.S: Moved to unix/sysv/sysv4.
  1417.     Replaced with #include of that file.
  1418.  
  1419.     * sysdeps/unix/sysv/sysv4/solaris2/sigaltstack.S: Moved to 
  1420.     sysdeps/unix/sysv/sysv4/sigaltstk.S.
  1421.  
  1422.     * sysdeps/unix/sysv/sysv4/i386/__lstat.S: Syscall lxstat, not xlstat.
  1423.     * sysdeps/unix/sysv/sysv4/i386/__fstat.S: Syscall fxstat, not xfstat.
  1424.  
  1425. Tue Feb  1 18:22:21 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1426.  
  1427.     * stdio/_itoa.c, stdio/_itoa.h: New files.
  1428.     * stdio/Makefile (routines): Add _itoa.
  1429.     (distribute): Add _itoa.h.
  1430.     * stdio/vfprintf.c: Use _itoa instead of doing it by hand.
  1431.  
  1432.     * sysdeps/unix/sparc/vfork.S: Add nop after jmp.  Bad delay slot,
  1433.     no pipeline.
  1434.     * sysdeps/unix/bsd/ultrix4/mips/vfork.S: Likewise.
  1435.  
  1436. Mon Jan 31 19:33:04 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1437.  
  1438.     * assert/assert.c (__assert_fail): Take 4th arg FUNCTION; if it is
  1439.     not null, print it in the message.  Also declare __NORETURN.
  1440.     * assert/assert.h (__assert_fail): Update decl; also add __NORETURN.
  1441.     (__ASSERT_FUNCTION): #define to be __PRETTY_FUNCTION__ for GCC>=2.4.
  1442.     (assert): Pass __ASSERT_FUNCTION to __assert_fail.
  1443.  
  1444.     * sysdeps/unix/bsd/sun/sparc/vfork.S: Moved to sysdeps/unix/sparc.
  1445.     Use C_SYMBOL_NAME on __vfork instead of prepending an underscore.
  1446.  
  1447.     * sysdeps/unix/sysv/sysv4/solaris2/{start.c,sysdep.S,sysdep.h}: Moved
  1448.     to sysdeps/unix/sysv/sysv4/solaris2/sparc.
  1449.  
  1450.     * sysdeps/unix/{i386,sysv/sysv4/solaris2,sysv/i386/linux,bsd/m68k,
  1451.     bsd/ultrix4/mips,bsd/vax}/sysdep.S: Don't do EWOULDBLOCK_sys->EAGAIN
  1452.     mapping #if EWOULDBLOCK_sys == EAGAIN.
  1453.  
  1454.     * sysdeps/unix/sparc/sysdep.h [NO_UNDERSCORES]: #define syscall_error
  1455.     to C_SYMBOL_NAME(__syscall_error).
  1456.     (PSEUDO): On error, jump to syscall_error instead of setting errno.
  1457.     * sysdeps/unix/sparc/sysdep.S: New file.
  1458.  
  1459.     * sysdeps/unix/sysv/sysv4/i386/__vfork.S: New file, just #include
  1460.     unix/bsd/i386 version. 
  1461.  
  1462.     * sysdeps/unix/bsd/i386/__vfork.S: Use `scratch' in place of %edx.
  1463.  
  1464. Thu Jan 27 16:46:03 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1465.  
  1466.     * configure.in (asm-CPPFLAGS): Add new check to see if assembling
  1467.     a .S file loses without -P.  If so, set asm-CPPFLAGS=-P in config.make.
  1468.  
  1469.     * configure.in (stddef.h): Print msg under --verbose.
  1470.  
  1471.     * manual/Makefile (subdir): Define outside of `export' directive,
  1472.     for old make.
  1473.  
  1474.     * time/mktime.c (search): Take new arg PRODUCER, fn to call
  1475.     instead of `localtime'.
  1476.     (_mktime_internal): New function; all code from old `mktime', but
  1477.     take 2nd arg PRODUCER and pass along to `search'.
  1478.     (mktime): Rewrite to call _mktime_internal with localtime.
  1479.     * time/Makefile (routines): Add dysize, timegm, timelocal.
  1480.     * time/time.h (_mktime_internal): Declare it.
  1481.     [__USE_MISC]: Declare timegm, timelocal, dysize.
  1482.     * time/dysize.c: New file.
  1483.     * time/timegm.c: New file.
  1484.     * time/timelocal.c: New file.
  1485.  
  1486. Wed Jan 26 20:06:23 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1487.  
  1488.     Remove the hackery on getgroups for most systems.  It is no longer
  1489.     necessary because gid_t is now the same size as int.
  1490.     * sysdeps/unix/common/Makefile (sysdep_routines): Don't add bsd_getgrp.
  1491.     * sysdeps/unix/common/bsd_getgrp.S: File removed.
  1492.     * sysdeps/unix/common/__getgrps.S: New file.
  1493.     * sysdeps/unix/bsd/sequent/i386/__getgrps.S: New file.
  1494.  
  1495.     Clean up the rules for cleaning up.
  1496.     * Makerules (common-mostlyclean): New target; remove object files.
  1497.     (common-clean): New target; depend on common-mostlyclean, and
  1498.     remove dep files and generated files.
  1499.     (clean): Depend on common-clean.
  1500.     (mostlyclean): Depend on common-mostlyclean.
  1501.     * Rules (mostlyclean): Target removed.
  1502.     (clean): Target removed.
  1503.     (distclean): New target; depend on clean.
  1504.     (realclean): New target; depend on distclean.
  1505.     (subdir_distclean): New target; depend on distclean.
  1506.     (subdir_realclean): New target; depend on realclean.
  1507.     (subdir_mostlyclean): New target; depend on mostlyclean.
  1508.     * Makefile (+subdir_targets): Add subdir_distclean,
  1509.     subdir_realclean; change mostlyclean to subdir_mostlyclean.
  1510.     (parent-mostlyclean): New target; depend on common-mostlyclean and
  1511.     remove libc.a and $(install-lib).
  1512.     (parent-clean): New target; depend on parent-mostlyclean and
  1513.     common-clean, and remove sysdirs sysd-dirs sysd-Makefile.
  1514.     (clean): Depend on parent-clean and just do submake for subdirs.
  1515.     (mostlyclean): Depend on parent-clean and just do submake for subdirs.
  1516.     (distclean, realclean): Depend on parent-clean and do submake
  1517.     distclean-1 passing it variable assignment distclean-1=$@.
  1518.     (distclean-1): Depend on subdir_$(distclean-1) and remove
  1519.     $(config-generated), config.status, config.make, Makefile (if not
  1520.     in srcdir).
  1521.     * manual/Makefile (subdir_clean): Target removed.
  1522.     (subdir_%): New rule to handle all such targets.
  1523.     (distclean): Depend on clean, not mostlyclean.
  1524.     (realclean): Depend on distclean, not clean.
  1525.  
  1526.     * sysdeps/unix/configure (unix_generated_dirpfx): New variable.
  1527.     Use it to put created .S files in sysdeps/unix if configured in
  1528.     srcdir, else in current directory.
  1529.     (unix_generated): Prepend $unix_generated_dirpfx.
  1530.     Have generated config.make fragment prepend $(objpfx).
  1531.     * sysdeps/unix/Makefile (generated): Don't set it.
  1532.     (config-generated): Set this instead; don't prepend any directory
  1533.     prefix to $(unix-generated).
  1534.  
  1535.     Fixes for SVR4 wait from jmc@ksu.ksu.edu (James Michael Chacon):
  1536.     * sysdeps/unix/sysv/sysv4/siginfo.h (__siginfo_t): Add `__code'
  1537.     and `__pid' fields.
  1538.     (EXITED, KILLED, CORED, TRAPPED, STOPPED, CONTINUED): New macros.
  1539.     * sysdeps/unix/sysv/sysv4/__waitpid.c: Switch on INFOP.__code and
  1540.     construct *STAT_LOC from INFOP.__status accordingly.
  1541.  
  1542.     * stdlib/testsort.c (main): Use puts to add newlines to printed lines.
  1543.  
  1544. Tue Jan 25 14:32:01 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1545.  
  1546.     * Version 1.07.1.
  1547.  
  1548.     * manual/Makefile (%.z): Change target pattern to %.gz.
  1549.     (dist): Comment out dep.  Don't really need the separate doc dist.
  1550.  
  1551.     * stdio/stdio.h [__OPTIMIZE__] (getchar, putchar, getdelim,
  1552.     getline, __getline): Use extern inlines instead of macros.
  1553.  
  1554.     * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: Fix typo ($eax for %eax).
  1555.  
  1556.     * sysdeps/unix/siglist.c [! HAVE_GNU_LD] (_sys_siglist): #define
  1557.     to sys_siglist.
  1558.     * sysdeps/posix/__gettod.c [! HAVE_GNU_LD] (__daylight,
  1559.     __timezone, __tzname): #define to non-__ names.
  1560.  
  1561.     * math/math.h [__USE_BSD] (M_E, M_LOG2E, M_LOG10E, M_LN2, M-LN10,
  1562.     M_PI, M_PI_2, M_PI_4, M_1_PI, M_2_PI, M_2_SQRTPI, M_SQRT2,
  1563.     M_SQRT1_2): New macros.
  1564.  
  1565. Tue Jan 25 14:01:28 1994  Michael I. Bushnell  (mib at ernst.gnu.ai.mit.edu)
  1566.  
  1567.     * sysdeps/mach/hurd/start.c (start1): Decide separately whether to
  1568.     split argv and whether to split envp.
  1569.  
  1570.     * sysdeps/mach/hurd/i386/sysdep.h: File deleted.
  1571.     sysdeps/mach/i386/sysdep.h: Delete SET_SP macro.
  1572.     sysdeps/mach/hurd/start.c (_start): Don't call GET_SP; set globals
  1573.     instead of locals from exec_startup message.
  1574.  
  1575.     * misc/progname.c: Don't try to set
  1576.     program_invocation_name or program_invocation_short_name if argv
  1577.     or argv[0] is invalid.
  1578.  
  1579. Mon Jan 24 16:51:43 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1580.  
  1581.     * sysdeps/unix/sysv/sysv4/__waitpid.c: Return INFOP.__pid instead of
  1582.     the PID we were called with.
  1583.  
  1584.     * sysdeps/unix/sysv/__mkdir.c (__mkdir): Restore errno before
  1585.     returning, not after (lot of good that did).
  1586.  
  1587.     * sysdeps/unix/bsd/ultrix4/system.c, sysdeps/unix/bsd/bsd4.4/system.c,
  1588.     sysdeps/unix/bsd/osf1/system.c, sysdeps/unix/sysv/sco3.2.4/system.c,
  1589.     sysdeps/unix/bsd/sun/sunos4/system.c, sysdeps/unix/sysv/sysv4/system.c:
  1590.     New files.  Avoid sysdeps/unix/system.c, which defines NO_WAITPID.
  1591.  
  1592.     * set-init.c (__libc_init): Use `n' count field instead of
  1593.     checking for null terminator.  The latter loses when there are no
  1594.     set elts at all, and only one word is allocated for __libc_subinit.
  1595.  
  1596.     * sysdeps/generic/waitstatus.h (__WCOREFLAG): New macro.
  1597.     * posix/sys/wait.h [__USE_BSD] (WCOREFLAG): New; define to __WCOREFLAG.
  1598.  
  1599.     * stdio/fileno.c (fileno): Call __stdio_check_funcs.
  1600.  
  1601.     * stdio/tst-fileno.c: New file.
  1602.  
  1603. Fri Jan 21 16:56:50 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1604.  
  1605.     * Rules (dep-dummy-lib, make-dummy-lib): New variables.
  1606.     ($(objpfx)dummy.o): New file rule.
  1607.     * posix/Makefile ($(objpfx)libposix.a): Depend on
  1608.     $(dep-dummy-lib), and use $(make-dummy-lib) for commands.
  1609.     * math/Makefile ($(objpfx)libm.a): Likewise.
  1610.  
  1611.     * sysdeps/unix/sysv/sysv4/i386/__stat.S: New file.
  1612.     * sysdeps/unix/sysv/sysv4/i386/__lstat.S: Likewise.
  1613.     * sysdeps/unix/sysv/sysv4/i386/__fstat.S: Likewise.
  1614.  
  1615.     * sysdeps/sparc/bytesex.h: New file.
  1616.  
  1617. Thu Jan 20 12:45:35 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1618.  
  1619.     * sysdeps/stub/syscall.c (syscall): Declare arg type as int.
  1620.  
  1621. Wed Jan 19 18:18:15 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1622.  
  1623.     * Makerules ($(before-compile) rule): Protect w/`ifdef before-compile'.
  1624.  
  1625.     * manual/Makefile: Change all `mv' uses to `mv -f'.
  1626.     (subdir_install): Depend on stubs.
  1627.  
  1628.     * Makerules ($(objpfx)%.dep: %.s): Depend also on $(objpfx)dummy.dep.
  1629.  
  1630. Tue Jan 18 19:12:57 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1631.  
  1632.     * stdlib/testsort.c (main): Swap dimensions of BUFS array.
  1633.  
  1634. Mon Jan 17 17:31:28 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1635.  
  1636.     * Version 1.07 released.
  1637.  
  1638.     * Makerules (install-lib rules): Fix typos: missing / after $(libdir).
  1639.  
  1640.     * posix/Makefile (lib): Depend on $(objpfx)libposix.a
  1641.     * malloc/Makefile (lib): Depend on $(objpfx)libmcheck.a.
  1642.     * math/Makefile (lib): Depend on $(objpfx)libm.a.
  1643.     * misc/Makefile (lib): Depend on $(objpfx)libbsd-compat.a.
  1644.  
  1645.     * sysdeps/unix/sysv/sco3.2.4/__setpgid.c: New file.
  1646.  
  1647.     * stdio/internals.c (flushbuf): Don't try aligned-block writing
  1648.     calculation when FP->__buffer is nil.
  1649.  
  1650. Mon Jan 17 17:27:56 1994  Jim Meyering  (meyering@comco.com)
  1651.  
  1652.     * sysdeps/generic/memcmp.c [!_LIBC]: Include <sys/types.h> for
  1653.     definition of size_t.
  1654.  
  1655. Mon Jan 17 17:13:11 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1656.  
  1657.     * sysdeps/unix/sysv/sco3.2.4/syscall.h:    Add SYS_[gs]etitimer and
  1658.     SYS_pgrpsys (from scottb).
  1659.  
  1660.     * sysdeps/unix/configure: Check for getitimer and setitimer syscalls.
  1661.  
  1662.     * sysdeps/unix/bsd/sequent/i386/syscall.S: New file from jason.
  1663.  
  1664. Sun Jan 16 00:41:03 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1665.  
  1666.     * string/strerror.c (strerror): Declare BUF to be array of char.
  1667.  
  1668.     * Version 1.06.13.
  1669.  
  1670. Sat Jan 15 17:27:26 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1671.  
  1672.     * stdlib/testsort.c (main): Rewrite not to read any input; instead
  1673.     generate some random alphabetic strings.
  1674.  
  1675.     * stdlib/Makefile (testsort.input): Rules removed.
  1676.  
  1677.     * sysdeps/unix/sysv/i386/__sigret.S: New file.
  1678.  
  1679.     * stdio/Makefile (distribute): Add mpn-copy.mk.
  1680.     Remove 68k rules; include mpn-copy.mk for dir names needing
  1681.     translation, and rewrite no-68k rules to be generic for the rest.
  1682.     (mpn-copy-sysdep): New variable.
  1683.     (mpn-stuff): Include $(mpn-copy-sysdep).
  1684.     (clean-mpn): Use rm -f.
  1685.  
  1686.     * configure.in (machine): Match m68... and m88..., not mc[68]8....
  1687.  
  1688.     * stdio/printf_fp.c: For length arg to __mpn_extract_double, pass
  1689.     actual number of limbs allocated for F, not LDBL_MANT_DIG.
  1690.  
  1691. Fri Jan 14 19:09:29 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1692.  
  1693.     * sysdeps/unix/i386/sysdep.S: Fixed typo: `movl', not `move'.
  1694.  
  1695.     * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Swap args in cmpl insn.
  1696.  
  1697. Thu Jan 13 17:09:19 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1698.  
  1699.     * Version 1.06.12.
  1700.  
  1701.     * sysdeps/mips/sqrt.c: File removed.  Ian says only the r[46]00
  1702.     have `sqrt.d' and GCC open codes it anyway.  Perhaps someday
  1703.     Brendan will be able to explain his rationale for writing this. :(
  1704.  
  1705. Tue Jan 11 18:10:17 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1706.  
  1707.     * posix/sys/wait.h (__WAIT_STATUS, __WAIT_STATUS_DEFN): Use snazzy
  1708.     version only for GCC >= 2.6 (was 2.4); 2.5.7 produces bad code on
  1709.     sparc when the union arg type is used.
  1710.  
  1711.     * Makeconfig (libprefix): New variable.
  1712.     * Makerules ($(libdir)/libc.a, install): Insert $(libprefix)
  1713.     between `lib' and `c' in the file name.
  1714.     [install-lib] (install-lib.a, install-lib-non.a): New variables
  1715.     separate out $(install-lib) elts which do or don't match lib%.a.
  1716.     ($(libdir)/...): Split into two rules for above two cases.  Put
  1717.     $(libprefix) on installed files; for lib%.a insert it before %
  1718.     rather than at beginning of file name.
  1719.  
  1720.     * Version 1.06.11.
  1721.  
  1722.     * Makerules (compilation rules): Move directoryless rules (for
  1723.     finding sources in .) before include sysd-rules.  Omit rules to
  1724.     compile from sources in $(objpfx) if not using $(objdir).
  1725.  
  1726.     * sysdeps/stub/errlist.c [! HAVE_GNU_LD]: #define _sys_errlist to
  1727.     sys_errlist and _sys_nerr to sys_nerr.
  1728.  
  1729. Mon Jan 10 15:01:32 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1730.  
  1731.     * time/Makefile (z.%): In generated rules, depend on yearistype.
  1732.     (tzcompile): Pass -y flag with file name of yearistype.
  1733.  
  1734. Sun Jan  9 17:51:43 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1735.  
  1736.     * misc/bsd-compat.c (longjmp): Use __NORETURN in type.
  1737.  
  1738.     * sysdeps/ieee754/dbl2mpn.c [N == 2]: For denormal, when
  1739.     RES_PTR[1] is zero, return 1 instead of 2.
  1740.  
  1741. Sun Jan  9 13:10:25 1994  Torbjorn Granlund  (tege@adder.cygnus.com)
  1742.  
  1743.     * stdio/printf_fp.c: Solve 10+ problems.
  1744.     * ieee754/dbl2mpn.c: Correctly detect denorms.  Get the denom
  1745.     exponent right.
  1746.  
  1747. Sun Jan  9 00:40:48 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1748.  
  1749.     * sysdeps/ieee754/dbl2mpn.c: Test BITS_PER_MP_LIMB and handle
  1750.     either 32 or 64; #error if not one of those.
  1751.  
  1752.     * sysdeps/stub/udiv_qrnnd.c: Renamed from udiv_qrnnd.S.
  1753.  
  1754. Sat Jan  8 00:25:15 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1755.  
  1756.     * Version 1.06.10.
  1757.  
  1758.     * Makerules ($(libdir)/libc.a): Depend on subdir_install.
  1759.  
  1760. Thu Jan  6 02:17:07 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1761.  
  1762.     * Makerules ($(bindir)/$(install)): Use $(INSTALL_PROGRAM), not
  1763.     $(INSTALL).
  1764.     ($(libdir)/libc.a): Don't depend on lib-noranlib; on libobjs and
  1765.     ar-it instead.  Run ranlib on target after installing.
  1766.     (installdirs): Target removed; deps on it removed.
  1767.     (install-{bin,lib,data,headers,others,no-libc.a}): Renamed to
  1768.     `install-*-nosubdir'.
  1769.     (install-%): New pattern rule.
  1770.     (install): Depend only on install-no-libc.a-nosubdir.
  1771.     * Rules (subdir_install): Depend on lib-noranlib and stubs.
  1772.     * Makefile (headers): Remove stubs.h.
  1773.     (install-others): Define to include $(includedir)/stubs.h.
  1774.     ($(includedir)/stubs.h): New target for $(objpfx)stubs.h rule.
  1775.     Depend only on subdir_install, and install directly.
  1776.  
  1777.     * Makerules (sed-remove-objpfx): Require SPC before $(objpfx) to match.
  1778.  
  1779.     * time/zic.c (mkdirs): Duplicate passed string in allocated memory
  1780.     and free it when done.
  1781.  
  1782.     * dirent/dirent.h [__USE_BSD || __USE_MISC]: Get size_t from stddef.h.
  1783.  
  1784.     * sysdeps/ieee754/dbl2mpn.c: For zero value, return 1 limb not 0.
  1785.  
  1786.     * Makerules (make-dummy-dep): Use filter-out to invert sense of
  1787.     wildcard match, so we produce a command if $@ does *not* exist.c
  1788.  
  1789.     * stdio/Makefile (routines): Add dbl2mpn.
  1790.  
  1791. Wed Jan  5 17:52:43 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1792.  
  1793.     * sysdeps/unix/i386/sysdep.S (syscall_error): Reverse args in
  1794.     `cmpl' insn; non-GNU assembler is feeble-minded.
  1795.  
  1796. Mon Jan  3 18:53:45 1994  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1797.  
  1798.     * configure.in (sysnames): Remove / before $mach; it is prepended
  1799.     already by the loop constructing $mach from $machine.
  1800.  
  1801. Tue Dec 28 07:38:23 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1802.  
  1803.     * stdio/Makefile [gmp-srcdir] (clean-mpn): New target.
  1804.  
  1805.     * configure.in (machine): Turn i[34]86 into i386/&, sparc* into
  1806.     sparc/&, m68k into m68k/mc68020, mc680?0 into m68k/&, mips or
  1807.     r2000 into mips/r3000, r[34]000 into mips/&.
  1808.     (mach): New variable; processed from $machine as $base from $base_os.
  1809.     Use that in place of $machine in loop finding sysdep directories.
  1810.  
  1811.     * stdio/Makefile (aux): Add mp_clz_tab.
  1812.     (mpn-copy): Add mp_clz_tab.c.
  1813.     (mpn-routines): Add udiv_qrnnd.
  1814.     (mpn-sysdep): Look for .s files too.
  1815.     * sysdeps/stub/udiv_qrnnd.S: New file.
  1816.  
  1817. Sat Dec 25 00:20:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1818.  
  1819.     * Version 1.06.9.
  1820.  
  1821.     * Makefile (distribute): Add install.sh.
  1822.     * install.sh: New file.
  1823.  
  1824.     * sysdeps/i386/Makefile: New file.
  1825.     (asm-CPPFLAGS): Add -DGAS_SYNTAX.
  1826.  
  1827.     * stdio/printf_fp.c: Major rewrite of sysdeps/generic/printf_fp.c,
  1828.     working with the fractional parts as multiprecision integers
  1829.     instead of doubles, using mpn functions from GNU MP.  Done with
  1830.     much help from tege@cygnus.com.
  1831.     * sysdeps/generic/printf_fp.c, sysdeps/ieee754/printf_fp.c,
  1832.     sysdeps/m68k/fpu/printf_fp.c: Files removed.
  1833.  
  1834. Fri Dec 24 23:09:44 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1835.  
  1836.     * sysdeps/stub/dbl2mpn.c, sysdeps/iee754/dbl2mpn.c: New files.
  1837.     * sysdeps/stub/asm.h: New file.
  1838.     * sysdeps/m68k/add_n.S, sysdeps/m68k/addmul_1.S,
  1839.     sysdeps/m68k/mul_1.S, sysdeps/m68k/sub_n.S,
  1840.     sysdeps/m68k/submul_1.S, sysdeps/m68k/asm.h,
  1841.     sysdeps/generic/add_1.c, sysdeps/generic/add_n.c,
  1842.     sysdeps/generic/addmul_1.c, sysdeps/generic/cmp.c,
  1843.     sysdeps/generic/divmod.c, sysdeps/generic/divmod_1.c,
  1844.     sysdeps/generic/lshift.c, sysdeps/generic/rshift.c,
  1845.     sysdeps/generic/mod_1.c, sysdeps/generic/mul.c,
  1846.     sysdeps/generic/mul_1.c, sysdeps/generic/mul_n.c,
  1847.     sysdeps/generic/sub_n.c, sysdeps/generic/submul_1.c,
  1848.     sysdeps/generic/get_str.c, sysdeps/i386/addmul_1.S,
  1849.     sysdeps/i386/mul_1.S, sysdeps/i386/submul_1.S,
  1850.     sysdeps/alpha/gmp-mparam.h, sysdeps/generic/gmp-mparam.h,
  1851.     sysdeps/i386/asm.h, stdio/longlong.h, stdio/gmp.h,
  1852.     stdio/gmp-impl.h: New files, taken from GNU MP.
  1853.     * stdio/Makefile (mpn-headers, mpn-routines): New variables.
  1854.     (routines): Include $(mpn-routines).
  1855.     (distribute): Include $(mpn-headers).
  1856.     [gmp-srcdir]: Much code to copy mpn source from $(gmp-srcdir).
  1857.     * configure.in: Check for a --with-gmp argument and set gmp-srcdir
  1858.     in config.make to its value (error if no arg given).  Move
  1859.     config_vars initialization before this (right after arg parsing).
  1860.  
  1861. Thu Dec 23 01:44:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1862.  
  1863.     * sysdeps/m68k/Makefile (m68k-syntax-flag): New variable.
  1864.     (compile-command.S): Include $(m68k-syntax-flag) in cpp flags.
  1865.  
  1866.     * manual/Makefile (install-data): New target.
  1867.     (install-%): New pattern rule.
  1868.  
  1869.     * Makerules ($(bindir)/...): Do $(make-target-directory) first.
  1870.  
  1871. Thu Dec 23 01:03:19 1993  Brendan Kehoe  (brendan@zen.org)
  1872.  
  1873.     Port to the DEC Alpha running OSF/1. (75% done)
  1874.     * sysdeps/unix/bsd/osf1/alpha/start.S: New file.
  1875.     * sysdeps/unix/bsd/osf1/alpha/sysdep.h: New file.
  1876.     * sysdeps/unix/bsd/osf1/alpha/sysdep.S: New file.
  1877.     * sysdeps/unix/bsd/osf1/alpha/__brk.S: New file (incomplete).
  1878.     * sysdeps/unix/bsd/osf1/alpha/__fork.S: New file.
  1879.     * sysdeps/unix/bsd/osf1/alpha/__pipe.S: New file.
  1880.     * sysdeps/unix/bsd/osf1/alpha/__getdents.S: New file.
  1881.     * sysdeps/unix/bsd/osf1/alpha/__waitpid.c: New file.
  1882.     * sysdeps/unix/bsd/osf1/alpha/__wait4.S: New file.
  1883.     * sysdeps/unix/bsd/osf1/dirstream.h: New file.
  1884.     * sysdeps/unix/bsd/osf1/alpha/statbuf.h: New file.
  1885.     * sysdeps/unix/bsd/osf1/direct.h: New file.
  1886.     * sysdeps/unix/bsd/osf1/dirstream.h: New file.
  1887.     * sysdeps/unix/bsd/osf1/Makefile: New file, defining LDFLAGS.
  1888.  
  1889.     * sysdeps/unix/ioctls-tmpl.c [__osf1__ && __alpha__]: Clean up the
  1890.     ioctls that we get for an Alpha running OSF/1.
  1891.  
  1892.     * sysdeps/unix/common/glue-ctype.c: Add code for HAVE__LOCP.
  1893.     (main): If new macro TABLE_NAME is defined, use that for the name
  1894.     of the array we're writing out, rather than what's defined in TABLE.
  1895.     * sysdeps/unix/common/configure.in (AC_HAVE_FUNCS): Add `_locp'.
  1896.  
  1897.     * sysdeps/unix/bsd/osf1/sigaction.h: Add SA_ONSTACK, SA_RESTART,
  1898.     and SA_DISABLE.
  1899.     * sysdeps/alpha/setjmp.S: Add .end directive.
  1900.  
  1901.     * time/sys/time.h (struct timeval): Make members TV_SEC and
  1902.     TV_USEC be `int', not `long', since it won't hurt other hosts, but
  1903.     kills the Alpha.
  1904.     * resource/sys/resource.h (struct rusage): Make all non-timeval
  1905.     members be `long', not `int'.
  1906.  
  1907.     * sysdeps/alpha/strlen.c (strlen): Go from 0 to 7, not 3, since
  1908.     there are 8 bytes in a long on the Alpha.  Check for '\0' after
  1909.     checking for C in initial byte-by-byte loop.
  1910.     * sysdeps/alpha/strchr.c (strchr): Likewise. Shift out to 64 when
  1911.     setting CHARMASK.
  1912.     * sysdeps/alpha/memchr.c (memchr): Likewise.  Return NULL if we
  1913.     didn't find it in N characters, or N == 0.  Declare CP to be an
  1914.     unsigned char*.
  1915.  
  1916.     * sysdeps/alpha/Makefile: Add divrem stuff.
  1917.     * sysdeps/alpha/DEFS.h: New file.
  1918.     * sysdeps/alpha/divrem.m4: New file.
  1919.     * sysdeps/alpha/macros.m4: New file.
  1920.     * sysdeps/alpha/Dist: Add .S files, divrem.m4, macros.m4, and DEFS.h.
  1921.  
  1922.     * sysdeps/unix/bsd/osf1/alpha/vhangup.S: New file.  (Only a
  1923.     temporary workaround, until we figure out how to deal with the
  1924.     SYS_ult syscalls better.)
  1925.     * sysdeps/unix/bsd/osf1/alpha/killpg.S: Likewise.
  1926.     * sysdeps/unix/bsd/osf1/alpha/__sigvec.S: Likewise.
  1927.     * sysdeps/unix/bsd/osf1/alpha/__sigpause.S: Likewise.
  1928.     * sysdeps/unix/bsd/osf1/alpha/__sigstmsk.S: Likewise.
  1929.     * sysdeps/unix/bsd/osf1/alpha/recv.S: Likewise.
  1930.     * sysdeps/unix/bsd/osf1/alpha/send.S: Likewise.
  1931.  
  1932.     * sysdeps/alpha/__math.h (__copysign): Add __CONSTVALUE.
  1933.     * sysdeps/alpha/__copysign.c: Define __NO_MATH_INLINES.
  1934.     * sysdeps/alpha/fabs.c: Likewise.
  1935.  
  1936. Wed Dec 22 17:55:49 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1937.  
  1938.     * crypt/*: New version from glad.
  1939.  
  1940.     * sysdeps/unix/sysv/sysv4/Dist: Add __getpgid.c and __setpgid.c.
  1941.  
  1942.     * dirent/Makefile (headers): Define; include dirent.h & dirstream.h.
  1943.  
  1944. Tue Dec 21 14:24:38 1993  Brendan Kehoe  (brendan@zen.org)
  1945.  
  1946.         * sysdeps/unix/sysv/sysv4/i386/statbuf.h (struct stat): Add
  1947.         missing member ST_FSTYPE.  Fixup types on various members to make
  1948.         this properly reflect what the system has.
  1949.  
  1950.     * misc/ioctl.c (ioctl): Declare 2nd arg to be unsigned long int to
  1951.     match the change in ioctl.h.
  1952.  
  1953. Tue Dec 21 00:01:01 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1954.  
  1955.     * Version 1.06.8.
  1956.  
  1957.     * dirent/dirent.h (struct dirent): Add `d_reclen'; make `d_namlen'
  1958.     an `unsigned short int' instead of `size_t'.
  1959.     (DIR): Move typedef to sysdep file dirstream.h.
  1960.     * sysdeps/unix/dirstream.h: New file, broken out of dirent.h.
  1961.     * sysdeps/stub/dirstream.h: New file.
  1962.     * sysdeps/unix/bsd/dirstream.h: New file.
  1963.     * sysdeps/unix/bsd/readdir.c: New file.
  1964.  
  1965. Mon Dec 20 23:29:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1966.  
  1967.     * sysdeps/unix/start.c: Include <sysdep.h>.
  1968.     * sysdeps/unix/sysv/sysv4/i386/start.c: File removed.
  1969.  
  1970. Sat Dec 18 01:37:25 1993  Brendan Kehoe  (brendan@zen.org)
  1971.  
  1972.     * sysdeps/unix/sysv/sysv4/i386/start.c: New file.  Same as
  1973.     sysdeps/unix/i386/start.c, but defines NO_UNDERSCORES.
  1974.  
  1975.     * sysdeps/unix/sysv/sysv4/waitflags.h: New file, with non-standard
  1976.     WEXITED and WTRAPPED macros defined.
  1977.     * sysdeps/unix/sysv/sysv4/__waitpid.c: New file.
  1978.     * sysdeps/unix/sysv/sysv4/siginfo.h: New file.
  1979.     * sysdeps/unix/sysv/sysv4/__waitid.S: New file.
  1980.     * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Mention __waitid.
  1981.     * sysdeps/unix/sysv/sysv4/pipestream.c: New file, to avoid having
  1982.     NO_WAITPID set.
  1983.     * sysdeps/unix/sysv/sysv4/Dist: Added __waitid.S and siginfo.h.
  1984.  
  1985.     * sysdeps/unix/sysv/sysv4/__getpgid.c: New file.
  1986.     * sysdeps/unix/sysv/sysv4/__setpgid.c: New file.
  1987.     * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Add them.
  1988.  
  1989.     * sysdeps/unix/sysv/sysv4/__getpgrp.c (__getpgrp): It's the 0th
  1990.     subcall for getpgrp, not 4th.
  1991.     * sysdeps/unix/sysv/sysv4/__setpgrp.c (__setpgrp): Likewise, it's
  1992.     the 1st, not the 5th.
  1993.  
  1994. Fri Dec 17 15:05:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1995.  
  1996.     * misc/sys/ioctl.h (__ioctl, ioctl): Make second arg `unsigned
  1997.     long int' instead of `int' (4.4 uses unsigned long).
  1998.  
  1999.     * string/string.h (strcat): Parameters names were swapped.
  2000.  
  2001. Fri Dec 17 01:18:27 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  2002.  
  2003.     * Made the Hurd error system 0x10 again; this undid many
  2004.     of the changes of Nov 23.  Affected all the err_ files in
  2005.     mach; recreated sysdeps/hurd/err_hurd.sub; changed back
  2006.     err_kern.sub to have the Unix error codes. 
  2007.  
  2008. Thu Dec 16 15:40:25 1993  Brendan Kehoe  (brendan@zen.org)
  2009.  
  2010.     * stdio/temptest.c (main): Remove the files we created once we're
  2011.     done.  Make return type int, and exit with 0 status.
  2012.  
  2013.     * sysdeps/posix/tempname.c (__stdio_gen_tempname): Fix typo of
  2014.     extra comma in sprintf call.
  2015.  
  2016. Tue Dec 14 13:08:35 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2017.  
  2018.     * sysdeps/posix/tempname.c (__stdio_gen_tempname): Rewrote main
  2019.     logic.  Removed INFOS structure array and replaced it with
  2020.     INDICES, an array of size_t.  Removed INFO ptr and replaced it
  2021.     with IDX, which points to either elt of INDICES.  Rewrite main
  2022.     loop to increment *IDX until it hits 62*62*62.  Construct file
  2023.     name by dividing out two powers of 62 from *IDX and using the
  2024.     modulus as an index into `letters'.
  2025.  
  2026.     * sysdeps/unix/common/Makefile (sysdep_routines): Only add
  2027.     bsd_getgrp here if the sysdep __getgrps.? chosen is unix/common's.
  2028.  
  2029.     * posix/fnmatch.h: #undef FNM_PATHNAME, FNM_NOESCAPE, and
  2030.     FNM_PERIOD before defining them.
  2031.  
  2032.     * time/__tzset.c (compute_change): In M case when tallying time in
  2033.     months before specified month, count to RULE->m - 1, not ...+1.
  2034.  
  2035.     * manual/Makefile (realclean): Remove index, aux, and toc files
  2036.     created by TeX.
  2037.  
  2038. Mon Dec 13 19:33:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2039.  
  2040.     * sysdeps/posix/__wait3.c: Use __WAIT_STATUS_DEFN in place of
  2041.     __WAIT_STATUS in arg type.
  2042.  
  2043. Wed Dec  8 15:59:45 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2044.  
  2045.     * malloc/memalign.c: Set L->next and _aligned_blocks only when L
  2046.     is newly allocated, not when we reuse an old one.
  2047.  
  2048. Tue Dec  7 16:04:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2049.  
  2050.     * io/fcntl.c: Replace function_alias use with:
  2051.     [HAVE_GNU_LD]: Use symbol_alias.
  2052.     [! HAVE_GNU_LD]: Define fcntl to use stdarg and call __fcntl.
  2053.  
  2054. Mon Dec  6 17:50:05 1993  Brendan Kehoe  (brendan@zen.org)
  2055.  
  2056.     * sysdeps/unix/i386/sysdep.S (syscall_error): Fix labels so
  2057.     they'll compile.
  2058.  
  2059.     Make the Solaris port work dammit.
  2060.     * sysdeps/unix/sysv/sysv4/solaris2/statbuf.h (struct stat): Make
  2061.     ST_DEV member be unsigned long, not short.
  2062.  
  2063.     * sysdeps/unix/sysv/sysv4/solaris2/direct.h: New file, same as
  2064.     sysv4/direct.h but uses strlen instead of the offset-based
  2065.     computation of the name length, since that doesn't reliably work
  2066.     for Solaris.
  2067.  
  2068.         * sysdeps/unix/sysv/sysv4/solaris2/sysdep.h (PSEUDO): Don't move
  2069.         %g0 into %o0, since that will clobber the real return value. Take
  2070.         out the retl at the end, why in the world did I put it in there?
  2071.  
  2072. Mon Dec  6 17:27:26 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2073.  
  2074.     * Makefile ($(objpfx)crt1.o): Add target to $(objpfx)Mcrt1.o
  2075.     rule; generalize commands.
  2076.     (install-lib): Add crt1.o.
  2077.  
  2078.     * sysdeps/unix/Makefile ($(common-objpfx)ioctls): Use -x flag to
  2079.     fgrep to match only entire lines.
  2080.  
  2081. Sun Dec  5 01:53:43 1993  Brendan Kehoe  (brendan@zen.org)
  2082.  
  2083.     * sysdeps/unix/bsd/ultrix4/mips/start.S: New file.
  2084.     * sysdeps/unix/bsd/ultrix4/mips/start.c: Deleted.
  2085.  
  2086. Thu Dec  2 18:29:01 1993  Brendan Kehoe  (brendan@zen.org)
  2087.  
  2088.     * sysdeps/unix/bsd/ultrix4/mips/sysdep.S: Don't use dollar signs
  2089.     with the errnos.
  2090.  
  2091.     * sysdeps/stub/{__wait, __wait3, __wait4}.c,
  2092.     sysdeps/unix/bsd/bsd4.4/{__wait, __wait3}.c,
  2093.     sysdeps/unix/bsd/sun/sunos4/__wait4.c,
  2094.     sysdeps/posix/{__wait, __wait3}.c, posix/{wait, wait3, wait4}.c: Use
  2095.     __WAIT_STATUS_DEFN, not __WAIT_STATUS.
  2096.  
  2097.     * sysdeps/posix/killpg.c (killpg): Make arg PGRP __pid_t, not pid_t.
  2098.     * sysdeps/stub/killpg.c (killpg): Likewise.
  2099.  
  2100.     * setjmp/longjmp.c (longjmp): Only use __NORETURN if !HAVE_GNU_LD.
  2101.     * setjmp/_longjmp.c (_longjmp): Likewise.
  2102.  
  2103. Thu Dec  2 17:31:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2104.  
  2105.     * posix/sys/wait.h (__WAIT_STATUS_DEFN): Define new macro.
  2106.  
  2107.     * Makerules (+install): Variable removed.
  2108.     (install-bin, install-lib, install-data, install-headers,
  2109.     install-others): New targets.
  2110.     (install-no-libc.a): Depend on them instead of $(+install).
  2111.  
  2112.     * Makefile (+subdir_targets): Add
  2113.     install-{no-libc.a,bin,lib,data,headers,others}.
  2114.     (install-no-libc.a): Don't depend on subdir_install.
  2115.  
  2116. Thu Dec  2 17:14:39 1993  Brendan Kehoe  (brendan@zen.org)
  2117.  
  2118.     * sysdeps/ieee754/__isnan.c (__isnan): Return __CONSTVALUE, to
  2119.     match declaration in math/math.h.
  2120.  
  2121. Thu Dec  2 15:48:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2122.  
  2123.     * time/africa, time/antarctica, time/asia, time/australasia,
  2124.     time/emkdir.c, time/europe, time/ialloc.c, time/northamerica,
  2125.     time/pacificnew, time/private.h, time/solar87, time/solar88,
  2126.     time/southamerica time/systemv, time/tzfile.h, time/zdump.c,
  2127.     time/zic.c: New data and code from ADO.
  2128.     * time/Makefile (tzfiles): Added backward.
  2129.     * time/backward: New file from ADO.
  2130.  
  2131.     * locale/C-ctype_ct.c: Remove _ISspace bit from BS (8).
  2132.  
  2133. Wed Dec  1 00:01:30 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  2134.  
  2135.     * mach/err_kern.sub: Frob around lack of GNU ld.
  2136.  
  2137.     * mach/errsystems.awk: The declaration of __mach_error_systems
  2138.     should not be static, but it should be const.
  2139.  
  2140.     * sysdeps/mach/hurd/errlist.awk (BEGIN): Deal with the case
  2141.     where you don't have GNU ld.
  2142.  
  2143.     * sysdeps/mach/hurd/Makefile: Define mib_hacks to make.
  2144.  
  2145. Tue Nov 30 23:24:07 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  2146.  
  2147.     * Makefile: install-no-libc.a needs to depend on subdir_install.
  2148.  
  2149. Mon Nov 29 16:21:38 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  2150.  
  2151.     * sysdeps/mach/_strerror.c: Include <mach/errorlib.h>.
  2152.  
  2153.     * hurd/setuids.c: Put entire file inside #ifndef MIB_HACKS; 
  2154.     it uses the old auth_makeauth call.
  2155.  
  2156.     * hurd/__setauth.c: Put entire file inside #ifndef MIB_HACKS;
  2157.     it depends on cthreads to compile, which is not yet integrated.
  2158.  
  2159.     * hurd/hurdpath.c (__hurd_path_lookup): cast to avoid GCC warning.
  2160.  
  2161. Wed Nov 24 00:59:15 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  2162.  
  2163.     * hurd/Makefile: Commented out hurdauth; recent changes to
  2164.     auth.defs prevent it from working now.
  2165.  
  2166.     * mach/mach_error_string.c (do_compat): Change name to
  2167.     __mach_error_map_compat; make it no longer static.
  2168.     (mach_error_type, mach_error_string_int): Use 
  2169.     __mach_error_map_compat instead of do_compat.
  2170.     * sysdeps/mach/_strerror.c: Use __mach_error_map_compat.
  2171.  
  2172.     * mach/devstream (output/write_some): Cast fourth argument to
  2173.     device_write_inband to char * to avoid warning.
  2174.     (output): Call to write_some mentioned variable `start' from
  2175.     a previous version of the function; changed this to f->__buffer.
  2176.  
  2177. Tue Nov 23 23:16:13 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  2178.  
  2179.     [ The net effect of the following change is to eliminate error
  2180.     systems which are specific to single-server Mach systems, and
  2181.     to put the Hurd errors where the Unix errors were. ]
  2182.     * mach/{err_bootstrap.sub,err_ipc.sub,err_server.sub,err_us.sub}:
  2183.     None of these are used for the Hurd; we shouldn't pretend that
  2184.     they are meaningful in our environment.  The files have been
  2185.     renamed to equivalent names with an equal sign prepended; this
  2186.     will inhibit distribution and prevent the Makefile from looking at
  2187.     them. 
  2188.     * mach/err_kern.sub: Deleted the definitios of err_codes_unix;
  2189.     get the strings from _sys_errlist.  Rename `unix' to `hurd'.
  2190.     Rename err_os_sub to be err_kern_sub to match what errsystems.awk
  2191.     expects.
  2192.     * sysdeps/mach/hurd/err_hurd.sub: Deleted this file.
  2193.     * sysdeps/mach/hurd/errnos.awk: Changed definition of _HURD_ERRNO
  2194.     to be correct.
  2195.  
  2196.     * sysdeps/mach/hurd/Makefile: use gawk, not awk.
  2197.  
  2198.     * mach/errsystems.awk: Generally rewrote the printf.  It's now
  2199.     closer to Roland's original, but without the $i mistake at all,
  2200.     in any form.
  2201.  
  2202. Tue Nov 23 20:21:06 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2203.  
  2204.     * sysdeps/unix/{i386,sysv/sysv4/solaris2,sysv/i386/linux,bsd/m68k,
  2205.     bsd/ultrix4/mips,bsd/vax}/sysdep.S: Define _ERRNO_H before
  2206.     including <errnos.h>; otherwise <errnos.h> does not define most
  2207.     macros (importantly, EAGAIN!).
  2208.  
  2209. Tue Nov 23 12:43:38 1993  Michael I. Bushnell  (mib at ernst.gnu.ai.mit.edu)
  2210.  
  2211.     * mach/errsystems.awk: $i is not an index; make i a variable and
  2212.     increment it properly.  Don't call `err_get_system'; use the
  2213.     system number as the index in the array directly. 
  2214.  
  2215.         * mach/errorlib.h: Added `const' in all the right places.
  2216.         * sysdeps/mach/hurd/err_hurd.sub: Cast _sys_errlist to
  2217.     the right type.  Better to declare it right in stdio/stdio.h, but
  2218.     I don't dare change that file lest Roland call me a twit.
  2219.     * mach/err_us.sub: Add more brackets to initializer to shut GCC up.
  2220.  
  2221.     * sysdeps/mach/hurd/err_hurd.sub: Delete keyword `const'; this
  2222.     is taken care of by the `#define static static const' found in
  2223.     errsystems.c as created by mach/errsystems.awk.
  2224.     * mach/errsystems.awk: Ditto for declaration of __mach_error_systems.
  2225.  
  2226.     * sysdeps/mach/hurd/err_hurd.sub: Change <errnos.h> to <errno.h>;
  2227.     errnos.h doesn't define most stuff unless it is included from errno.h.
  2228.  
  2229.     * mach/mach_error_string.c (mach_error_string_int): Delete unused
  2230.     variable `err_str'.
  2231.  
  2232.     * mach/mach_error_string.c (do_compat): Declare to be void.
  2233.     (mach_error_string,mach_error_type, mach_error_string_int):
  2234.     Declare return type as const char *.
  2235.     * mach/mach_error.h: Change declarations to match.
  2236.  
  2237.     * mach/errsystems.awk: The array that split creates is origin 1,
  2238.     not origin 0; fixed loop to match.
  2239.  
  2240.     * sysdeps/mach/hurd/errnos.awk: Ernst's awk doesn't grok 
  2241.     backslash-newline inside strings.  
  2242.  
  2243. Sat Nov 20 19:02:25 1993  Brendan Kehoe  (brendan@zen.org)
  2244.  
  2245.     * math/__finite.c (__finite): Return __CONSTVALUE, to match math.h.
  2246.     * math/__scalb.c (__scalb): Likewise.
  2247.     * math/copysign.c (copysign): Likewise.
  2248.     * math/drem.c (drem): Likewise.
  2249.     * math/expm1.c (expm1): Likewise.
  2250.     * math/finite.c (finite): Likewise.
  2251.     * math/infnan.c (infnan): Likewise.
  2252.     * math/isinf.c (isinf): Likewise.
  2253.     * math/isnan.c (isnan): Likewise.
  2254.     * math/logb.c (logb): Likewise.
  2255.     * math/rint.c (rint): Likewise.
  2256.     * math/scalb.c (scalb): Likewise.
  2257.     * sysdeps/generic/atan.c (atan): Likewise.
  2258.     * sysdeps/ieee754/__copysign.c (__copysign): Likewise.
  2259.     * sysdeps/ieee754/__drem.c (__drem): Likewise.
  2260.     * sysdeps/ieee754/__isinf.c (__isinf): Likewise.
  2261.     * sysdeps/ieee754/__logb.c (__logb): Likewise.
  2262.     * sysdeps/ieee754/ldexp.c (ldexp): Likewise.
  2263.     * sysdeps/ieee754/log10.c (log10): Likewise.
  2264.  
  2265.         * setjmp/_longjmp (_longjmp): Add __NORETURN.
  2266.     * setjmp/longjmp (longjmp): Likewise.
  2267.  
  2268. Thu Nov 18 04:16:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2269.  
  2270.     * string/strerror.c (strerror): Call _strerror_internal to do the
  2271.     work, passing it a scratch buffer.
  2272.     * stdio/perror.c: Likewise.
  2273.     * string/Makefile (routines): Add _strerror.
  2274.     * sysdeps/generic/_strerror.c (_strerror_internal): New file.
  2275.  
  2276.     * configure.in (config.status): Make it pass its args to configure.
  2277.  
  2278. Thu Nov 18 03:52:32 1993  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  2279.  
  2280.     * stdio/__vfscanf.c (__vfscanf): Put the floating point cases
  2281.     (e,E,f,g,G) inside #ifndef MIB_HACKS; roland thikgs strtod crashes
  2282.     the compiler.  Wheee.
  2283.  
  2284. Thu Nov 18 03:21:51 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2285.  
  2286.     * errno.h [__USE_GNU__]: Declare program_invocation_name and
  2287.     program_invocation_short_name.
  2288.  
  2289. Thu Nov 18 00:07:37 1993  Michael I. Bushnell  (mib at ernst.gnu.ai.mit.edu)
  2290.  
  2291.     * sysdeps/mach/hurd/start.c (start1): Don't add one to
  2292.     the return value of split_args; it counts them just fine by
  2293.     itself.  Do add one when sizing the arrays.
  2294.  
  2295. Mon Nov 15 00:19:48 1993  Noel Cragg  (noel@geech.gnu.ai.mit.edu)
  2296.  
  2297.     * time/mktime.c: add TIMES_THROUGH_SEARCH variable to make sure
  2298.     that we don't get caught in an infinite loop (would be bad,
  2299.     indeed, for a library routine).
  2300.  
  2301. Sun Nov 14 18:48:28 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2302.  
  2303.     * misc/sys/cdefs.h (__NORETURN, __CONSTVALUE): Use
  2304.     `__attribute__', not `__attributes__'.
  2305.     Test __GNUC_MINOR__ < 6, not < 5.
  2306.  
  2307. Wed Nov 10 05:39:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2308.  
  2309.     * sysdeps/unix/morecore.c: Only declare sbrk #ifdef __GNU_LIBRARY__.
  2310.     Cast its return value.
  2311.  
  2312.     * sysdeps/unix/bsd/m68k/syscall.S: Use movel in place of moveal.
  2313.  
  2314.     * configure.in (signed size_t check): Don't use AC_DEFINE; do it
  2315.     by hand and insert -U__SIZE_TYPE__ before -D.
  2316.  
  2317.     * posix/unistd.h: Declare syscall.
  2318.  
  2319.     * sysdeps/m68k/fpu/__math.h (__isnan, __isinf): Use __CONSTVALUE
  2320.     in prototypes.
  2321.  
  2322.     * configure.in (Makefile): Write ARCH=`pwd`, rather than
  2323.     substituting in the directory name at configure time.
  2324.  
  2325.     * sysdeps/mach/i386/syscall.S: New file.
  2326.  
  2327. Tue Nov  9 06:29:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2328.  
  2329.     * configure.in (os = netbsd* | 386bsd*): base_os=unix/bsd/bsd4.4.
  2330.     Set --with-gnu-{ld,as} implicitly when base_os is bsd4.4.
  2331.  
  2332.     * Version 1.06.7.
  2333.  
  2334.     * misc/Makefile (routines): Add syscall.
  2335.     * sysdeps/unix/syscall.S, sysdeps/stub/syscall.c,
  2336.     sysdeps/unix/bsd/sun/m68k/syscall.S, sysdeps/unix/bsd/m68k/syscall.S,
  2337.     sysdeps/unix/i386/syscall.S: New files.
  2338.     * sysdeps/unix/bsd/hp/m68k/sysdep.h (DO_CALL): First arg
  2339.     is syscall number, not name.
  2340.     (PSEUDO): Pass POUND (SYS_ify (syscall_name)) to DO_CALL.
  2341.     * sysdeps/unix/bsd/sony/newsos/m68k/sysdep.h (DO_CALL, PSEUDO):
  2342.     Likewise.  Also, do movel into d0 before linkw, so the argument
  2343.     could conceivably pop the stack.
  2344.     * sysdeps/unix/bsd/hp/m68k/__brk.S: Pass complete number to DO_CALL.
  2345.  
  2346.     * sysdeps/unix/sysv/Dist: sys_getdents.S was renamed s_getdents.S.
  2347.  
  2348. Thu Nov  4 01:23:59 1993  Michael I. Bushnell  (mib at ernst.gnu.ai.mit.edu)
  2349.  
  2350.     * string/stpncpy: Fix typo; according to gnu-stabs.h the name
  2351.     inside the DEFUN should be the *non* __ version.
  2352.     * sysdeps/generic/__stpncpy.c: Missing declaration of s.
  2353.  
  2354. Wed Nov  3 09:35:30 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2355.  
  2356.     * sysdeps/unix/Makefile ($(objpfx)errlist.c): Conditionalize these
  2357.     rules to be used only when errlist.c is otherwise a stub.
  2358.  
  2359. Fri Oct 29 17:29:20 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2360.  
  2361.     * string/stpncpy.c: New file.
  2362.     * sysdeps/generic/__stpncpy.c: New file.
  2363.     * string/Makefile (routines): Add stpncpy and __stpncpy.
  2364.     * string/string.h [__USE_GNU__]: Declare them.
  2365.  
  2366. Thu Oct 28 17:13:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2367.  
  2368.     * sysdeps/unix/errnos-tmpl.c (DO): If NAME is "EWOULDBLOCK",
  2369.     write "#define EWOULDBLOCK EAGAIN" and change NAME to
  2370.     "EWOULDBLOCK_sys".
  2371.     * sysdeps/unix/{i386,sysv/sysv4/solaris2,sysv/i386/linux,bsd/m68k,
  2372.     bsd/ultrix4/mips,bsd/vax}/sysdep.S [EWOULDBLOCK_sys]: Translate
  2373.     EWOULDBLOCK_sys into EAGAIN.
  2374.     * Makefile (distribute): Add move-if-change.
  2375.     * move-if-change: New file.
  2376.  
  2377. Tue Oct 26 18:19:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2378.  
  2379.     * misc/sys/cdefs.h: Define __NORETURN and __CONSTVALUE.
  2380.     For GCC 2.5 and later, use __attributes__ (({volatile,const})).
  2381.     * stdlib/stdlib.h: Don't define either here.
  2382.     * math/math.h: Likewise.
  2383.     * posix/unistd.h: Likewise.
  2384.     * time/time.h: Likewise.
  2385.     * stdio/stdio.h: Likewise.
  2386.     * setjmp/setjmp.h: Likewise.
  2387.  
  2388.     * posix/sys/wait.h (__WAIT_STATUS): Use union hack defn for GCC
  2389.     2.4 and up (testing __GNUC__ and __GNUC_MINOR__).
  2390.  
  2391.     * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Don't include <limits.h>.
  2392.  
  2393.     * Makerules [inhibit-sysdep-asm] 
  2394.     (open-check-inhibit-asm, close-check-inhibit-asm): New variables.
  2395.     ($(+sysdir_pfx)sysd-rules): Use them around .s and .S rules.
  2396.     Depend on existing sysdep makefiles.
  2397.  
  2398. Mon Oct 25 15:56:41 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2399.  
  2400.     * sysdeps/mach/hurd/killpg.c: Include <sys/types.h> for pid_t.
  2401.  
  2402.     * sysdeps/posix/tempname.c (__stdio_gen_tempname): Take new arg
  2403.     STREAMPTR.  When non-nil, use __open with O_EXCL to test for
  2404.     existence, and set *STREAMPTR to new stream on returned fd.
  2405.     * stdio/stdio.h: Update prototype.
  2406.     * sysdeps/stub/tempname.c: Here too.
  2407.     * stdio/tmpfile.c: Pass &F to __stdio_gen_tempname instead of
  2408.     using fopen.
  2409.     * stdio/tmpnam.c: Pass extra NULL arg.
  2410.     * stdio/tempnam.c: Likewise.
  2411.  
  2412.     * configure.in (switches): Only put --os-{release,version} here.
  2413.     (config.status): Write $configure_args in place of $config $switches.
  2414.  
  2415.     * signal/Makefile (routines): Renamed sigaltstack to sigaltstk.
  2416.     * sysdeps/stub/sigaltstack.c: Renamed to sigaltstk.c.
  2417.     * sysdeps/unix/bsd/bsd4.4/sigaltstack.S: Renamed to sigaltstk.S.
  2418.     * sysdeps/unix/sysv/sys_getdents.S: Renamed to s_getdents.S.
  2419.     * sysdeps/unix/sysv/Makefile (sysdep_routines): Changed reference.
  2420.  
  2421. Fri Oct 22 03:47:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2422.  
  2423.     * malloc/realloc.c [MEMMOVE_MISSING]: Test this to use safe_bcopy.
  2424.     [emacs]: Don't define safe_bcopy.
  2425.  
  2426.     * time/zdump.c, time/europe: New versions from ADO.
  2427.  
  2428.     * Rules (dont_distribute): Export this variable.
  2429.     (subdir_echo-distinfo): Echo its value for +nodist+.
  2430.  
  2431. Thu Oct 21 15:58:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2432.  
  2433.     * sysdeps/posix/__dup2.c: Include <limits.h>.
  2434.     [OPEN_MAX]: Fail with EBADF if FD2>=OPEN_MAX.
  2435.  
  2436.     * sysdeps/unix/Makefile (sys/param.h): Conditionalize all this
  2437.     code to happen only when there is no sysdep sys/param.h.
  2438.  
  2439. Wed Oct 20 03:35:41 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2440.  
  2441.     * Makerules (make-dummy-dep): Change to `ln $(objpfx)dummy.dep $@'.
  2442.     ($(objpfx)dummy.dep): Create new file containing comment.
  2443.     ($(objpfx)%.dep: $(objpfx)%.s): Depend on $(objpfx)dummy.dep.
  2444.     ($(+sysdir_pfx)sysd-rules): Likewise in generated rule.
  2445.  
  2446. Mon Oct 18 04:22:42 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2447.  
  2448.     * signal/signal.h (killpg): Make PGRP arg pid_t.
  2449.     * sysdeps/posix/killpg.c (killpg): Likewise.
  2450.     * sysdeps/stub/killpg.c (killpg): Here too.
  2451.  
  2452.     * posix/glob/configure.in: Use AC_HAVE_HEADERS instead of
  2453.     AC_MEMORY_H and AC_UNISTD_H; omit AC_USG (not needed).
  2454.  
  2455.     * Rules (generated): New target.
  2456.  
  2457.     * Makefile (subdirs): Use filters to put mach and hurd first in
  2458.     the list if they are in it at all.
  2459.     * Makerules (before-compile): Reorder similarly, matching any
  2460.     generated mach or hurd files.
  2461.  
  2462. Fri Oct 15 17:57:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2463.  
  2464.     * sysdeps/posix/mk-stdiolim.c [! OPEN_MAX]: Use _POSIX_OPEN_MAX
  2465.     for FOPEN_MAX value.
  2466.     [! PATH_MAX]: Use 1024 (twice _POSIX_PATH_MAX) for FILENAME_MAX value.
  2467.  
  2468.     * Makerules (in-Makerules): Define this variable before including
  2469.     sysd-Makefile.
  2470.  
  2471. Sun Oct 10 14:31:35 1993  Jim Meyering  (meyering@comco.com)
  2472.  
  2473.     * posix/fnmatch.c [CONFIG_BROKETS]: Include <config.h> only under
  2474.     this condition, else "config.h".
  2475.  
  2476. Tue Oct 05 16:08:39 1993  Jim Meyering  (meyering@comco.com)
  2477.  
  2478.     * time/mktime.c [CONFIG_BROKETS]: Include <config.h> only under
  2479.     this condition, else "config.h".
  2480.  
  2481. Thu Sep 23 15:14:08 1993  Brendan Kehoe  (brendan@zen.org)
  2482.  
  2483.     * sysdeps/unix/sysv/sysv4/__dup2.c: New file.
  2484.  
  2485. Wed Sep 22 16:58:29 1993  Brendan Kehoe  (brendan@zen.org)
  2486.  
  2487.     * sysdeps/unix/sysv/sysv4/solaris2/statbuf.h: New file.
  2488.     * sysdeps/unix/sysv/sysv4/i386: New directory.
  2489.     * sysdeps/unix/sysv/sysv4/i386/statbuf.h: New file.
  2490.  
  2491. Fri Sep 17 04:03:26 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2492.  
  2493.     * Makerules (+make-deps): Put output in temp file and use atomic mv.
  2494.  
  2495.     * Makerules ($(+sysdir_pfx)sysd-rules): New target, the rule part
  2496.     of what was in sysd-Makefile.  Include it.
  2497.     ($(+sysdir_pfx)sysd-Makefile): Do just includes here.  Move the
  2498.     generated implicit rules to sysd-rules.  Put the output into a
  2499.     temp file and use atomic mv to final target.
  2500.     (before-compile): Filter out existing files from value, after
  2501.     sysd-Makefile but before sysd-rules.
  2502.  
  2503. Thu Sep  9 22:28:13 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2504.  
  2505.     * Makefile (%/configure): Copy rule from Make-dist.
  2506.  
  2507. Mon Sep  6 19:57:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2508.  
  2509.     * Makerules (sources, objects): Move override definitions to
  2510.     before +depfiles calculation.
  2511.  
  2512.     * time/{asia,australasia,europe,zdump.c}: New versions from ADO (93e).
  2513.  
  2514. Mon Aug 30 13:40:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2515.  
  2516.     * string/string.h (memmem): Reverse argument order, to be like strstr.
  2517.     * sysdeps/generic/memmem.c: Here too.
  2518.  
  2519.     * dirent/scandir.c: For error return, save errno around closedir.
  2520.     Call closedir (DP) before returning successfully.
  2521.  
  2522. Thu Aug 26 19:26:06 1993  Brendan Kehoe  (brendan@zen.org)
  2523.  
  2524.     * sysdeps/unix/sysv/sysv4/solaris2/sysdep.h: Rewritten to not use
  2525.     the generic sparc sysdep.h.
  2526.     (PSEUDO): Use trap 8, not 0. Also just put %g0 in %o0, without
  2527.     subtracting 1.
  2528.     (ENTRY): Align on 4, and add a `.type' directive.
  2529.     * sysdeps/unix/sysv/sysv4/solaris2/sysdep.S: New file.
  2530.  
  2531. Fri Aug 20 19:37:55 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2532.  
  2533.     * sysdeps/generic/abort.c: Remove unused variable ABORTING.
  2534.  
  2535. Thu Aug 19 17:45:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2536.  
  2537.     * Makeconfig [!objdir] [!..] (common-objdir): Set to `.'.
  2538.  
  2539. Wed Aug 18 15:10:13 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2540.  
  2541.     * stdio/__vfscanf.c (__vfscanf: number): Reverse sense of
  2542.     NUMBER_SIGNED conditional in assignment code.
  2543.  
  2544. Mon Aug 16 15:49:13 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2545.  
  2546.     * sysdeps/unix/Makefile (syscall.h): Add sed
  2547.     s/SYS_syscall_basenum/syscall_basenum/g.  SYSCALL_BASENUM is a
  2548.     macro both defined and used in <syscall.h>; we must undo our
  2549.     prependation of `SYS_'.
  2550.  
  2551.     * Version 1.06.6.
  2552.  
  2553. Fri Aug 13 16:53:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2554.  
  2555.     * stdio/__vfscanf.c: New local variable NUMBER_SIGNED.
  2556.     (%x, %X, %o, %u): Set it to zero.
  2557.     (%d, %i): Set it to one.
  2558.     (number): If NUMBER_SIGNED is set, use strtol and store in ...int*.
  2559.     If clear, use strtoul an store value in unsigned ...int*.
  2560.  
  2561.     * malloc/malloc.h: Undo last change (_AIX32).
  2562.     (memory_warnings): Use const instead of __const in prototype.
  2563.  
  2564. Fri Aug 13 00:22:01 1993  John Grabowski  (johng@whiskey.media.mit.edu)
  2565.  
  2566.     * configure.in (os = osf1*): base_os=unix/bsd.
  2567.  
  2568. Thu Aug 12 16:37:13 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2569.  
  2570.     * malloc/valloc.c [__GNU_LIBRARY__ || _LIBC]: Include <stddef.h>
  2571.     before trying to use size_t to declare __getpagesize.
  2572.     Include <sys/cdefs.h> before trying to use __P.
  2573.  
  2574.     * posix/{fnmatch,glob}.c, malloc/malloc.h [HAVE_CONFIG_H]: Include
  2575.     <config.h> instead of "config.h".  This is so that a compilation
  2576.     using -I. -I$srcdir will use ./config.h rather than
  2577.     $srcdir/config.h (which it would do when glob.c was found in $srcdir).
  2578.  
  2579.     * malloc/malloc.h [_AIX32]: Use !__STDC__ defns of __P, const, __ptr_t.
  2580.  
  2581. Mon Aug  9 16:56:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2582.  
  2583.     * Makerules (-e check): Don't rely on $(findstring e,$(MAKEFLAGS))
  2584.     since that also trips for --no-print-directory.
  2585.     Instead actually see if -e's functionality is taking place.
  2586.  
  2587.     * malloc/realloc.c: Call _free_internal instead of free in most places.
  2588.  
  2589.     * configure.in (arg parsing): No spaces around = in eval.
  2590.  
  2591.     * sysdeps/i386/abort.c: New file.
  2592.     * stdlib/abort.c: Moved to sysdeps/generic/abort.c.
  2593.     (abort): Don't try to do stdio cleanup, since we can't guarantee
  2594.     it anyway.
  2595.  
  2596. Fri Aug  6 17:59:56 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2597.  
  2598.     * Makerules ($(+install)): Don't depend on installdirs.
  2599.     (make-target-directory): New define.
  2600.     (do-install): Do $(make-target-directory) beforehand.
  2601.  
  2602. Tue Aug  3 02:22:41 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2603.  
  2604.     * sysdeps/stub/sys/reboot.h: New file.
  2605.     * sysdeps/unix/bsd/sys/reboot.h: New file, snarfed from 4.4.
  2606.     * misc/Makefile (headers): Add sys/reboot.h.
  2607.  
  2608.     * stdio/stdio.h (__io_{read,write,seek,close,fileno}): Renamed to
  2609.     __io_*_fn, so as not to conflict with the Hurd mig stubs.
  2610.     * internals.c: Changed uses.
  2611.  
  2612.     * sysdeps/unix/bsd/signum.h (SIGINFO): Define as 29.
  2613.  
  2614.     * Makerules (+includes): Don't set this here.
  2615.     * Makeconfig (+includes): Put $(+sysdep-includes) in the value here.
  2616.  
  2617.     * posix/unistd.h [__USE_MISC]: Declare mktemp and mkstemp.
  2618.  
  2619. Mon Aug  2 16:59:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2620.  
  2621.     * malloc/valloc.c: Move getpagesize goop to before malloc.h.
  2622.     [_LIBC]: Test this as well as __GNU_LIBRARY__ (either one) to use
  2623.     __getpagesize instead of "getpagesize.h".
  2624.  
  2625. Sun Aug  1 16:55:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2626.  
  2627.     * configure.in (arg parsing): For `--with-foo=bar', do
  2628.     "with_foo='bar'".  For `--with-fnord', do "with_fnord=yes".
  2629.     * sysdeps/mach/configure: New file, groks `--with-mach=DIR'.
  2630.  
  2631. Fri Jul 30 00:01:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2632.  
  2633.     * configure.in (os = gnu*): Set $base_os, not $os, to mach/hurd.
  2634.  
  2635. Thu Jul 29 17:46:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2636.  
  2637.     * ctype/ctype.h (__isctype): Don't test !=0, to avoid possible
  2638.     extra test insn.
  2639.  
  2640. Sun Jul 25 22:19:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2641.  
  2642.     * setjmp/setjmp.h [! __FAVOR_BSD] (_longjmp): Define as longjmp.
  2643.  
  2644. Thu Jul 22 14:57:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2645.  
  2646.     * sysdeps/unix/bsd/osf1/sigaction.h: New file.
  2647.  
  2648.     * sysdeps/stub/signum.h: Deansideclized.
  2649.     * sysdeps/stub/pipestream.c (pclose): Test STREAM->__ispipe
  2650.     instead of __ispipe (STREAM).
  2651.     * sysdeps/stub/__wait3.c: Fix arg types.
  2652.     * sysdeps/stub/__ioctl.c: Add missing close paren.
  2653.     * sysdeps/stub/__getpgsz.c: Include <stddef.h> for size_t.
  2654.     * sysdeps/stub/__get[gu]id.c: Include <sys/types.h>; fix return type.
  2655.     * sysdeps/stub/__set[gu]id.c: Include <sys/types.h>; fix arg type.
  2656.     * sysdeps/stub/__mknod.c: Include <sys/types.h>; fix arg types.
  2657.  
  2658.     * sysdeps/generic/termbits.h (INLCR, ISTRIP): Fixed typo'd values.
  2659.  
  2660.     * stdio/stdio.h (vprintf): Fix last arg type to __gnuc_va_list.
  2661.     * stdio/vprintf.c (vprintf): Here too.
  2662.  
  2663.     * malloc/malloc.c (malloc) [SUNOS_LOCALTIME_BUG]: Put this crap
  2664.     after hook and initialization.
  2665.  
  2666.     * stdio/stdio.h (__validfp): Use a little anonymous struct to find
  2667.     the real stream ptr from in glue stream.  It used to rely on using
  2668.     `((int *) STREAM)[1]'; but that assumes no struct padding, and
  2669.     there will be some when int is 32 bits and pointers are 64.
  2670.  
  2671.     * malloc/mtrace.c: Use %lx instead of %x for `size_t' formats.
  2672.  
  2673. Wed Jul 21 18:20:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2674.  
  2675.     * malloc/malloc.c (malloc): Handle SUNOS_LOCALTIME_BUG.
  2676.  
  2677. Wed Jul 21 16:42:14 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2678.  
  2679.     * time/Makefile (extra-objs): Remove gratuitous - in `z.%'.
  2680.  
  2681.     * Makefile [+gnu-stabs] (generated): Add $(objpfx)munch-init.c.
  2682.     (distclean): Also remove sysd-Makefile and sysd-dirs in $(objpfx).
  2683.     (distclean) [objdir]: Also remove $(objpfx)Makefile.
  2684.  
  2685.     * sysdeps/posix/Makefile (generated): Add $(common-objpfx)mk-stdiolim.
  2686.     (generated, before-compile): Take defns out of ifeq ($(subdir),posix).
  2687.  
  2688.     * sysdeps/unix/common/Makefile (generated): Include ctype-glue.c,
  2689.     not glue-ctype.c.
  2690.  
  2691.     * sysdeps/unix/configure (unix_generated): New variable; collect
  2692.     names of created files in it.
  2693.     (config_vars): Write an assignment for `unix-generated' to that list.
  2694.     * sysdeps/unix/Makefile (generated): Append $(unix-generated)
  2695.     (with either $(objpfx) or $(sysdep_dir)/unix/ prepended to each file).
  2696.  
  2697.     * Makefile (clean): Pass no_deps=t to subdir_clean make.
  2698.  
  2699. Sun Jul 18 21:42:05 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2700.  
  2701.     * malloc/malloc.c (malloc): After getting more core, recompute
  2702.     BLOCK before adding to _heapinfo[BLOCK].free.size.
  2703.  
  2704. Fri Jul 16 16:32:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2705.  
  2706.     * stdlib/Makefile (generated): Prepend $(objpfx).
  2707.     * sysdeps/unix/sysv/Makefile (generated): Likewise.
  2708.  
  2709.     * sysdeps/posix/mktemp.c: Return when stat fails with ENOENT, not
  2710.     when it succeeds.
  2711.  
  2712. Wed Jul 14 14:51:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2713.  
  2714.     * locale/localeconv.c: Fix copying notice to LGPL.
  2715.  
  2716. Mon Jul 12 21:58:27 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2717.  
  2718.     * malloc/mcheck.c (reallochook): Set HDR->magic to MAGICWORD.
  2719.  
  2720. Mon Jul  5 15:55:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2721.  
  2722.     * malloc/realloc.c (memmove): Swap the args when calling safe_bcopy.
  2723.  
  2724. Thu Jul  1 16:26:56 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2725.  
  2726.     * malloc/malloc.c [_LIBC] (_malloc, _free, _realloc): Define these
  2727.     functions to just call malloc, free, and realloc, respectively.
  2728.  
  2729. Wed Jun 30 16:42:10 1993  Torbjorn Granlund  (tege@gnu.ai.mit.edu)
  2730.  
  2731.     * sysdeps/generic/memcmp.c (memcmp_bytes): New function for
  2732.     little endian machines.
  2733.     (memcmp_common_alignment, memcmp_not_common_alignment): Rework
  2734.     code computing return values.
  2735.  
  2736. Wed Jun 30 14:42:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2737.  
  2738.     * sysdeps/unix/Makefile (local_lim.h): Only generate local_lim.h
  2739.     if the sysdep version would be stub.
  2740.  
  2741.     * sysdeps/unix/mk-local_lim.c: #include <stdio.h> before all else.
  2742.  
  2743.     * configure.in (config_{machine,vendor,os}): Store config.sub's
  2744.     output in these new variables.
  2745.     (machine, vendor, os): Set these from those.
  2746.     (config-name.h, config.make): Write $config_* (the original values
  2747.     from config.sub).
  2748.  
  2749.     * sysdeps/unix/sysv/sysv4/pgrpsys.S: Add arg count (3).
  2750.  
  2751. Tue Jun 29 02:47:46 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2752.  
  2753.     * Version 1.06.4.
  2754.  
  2755. Mon Jun 28 00:37:12 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2756.  
  2757.     * stdio/internals.c (__stdio_check_funcs): New function, broken out
  2758.     of init_stream.
  2759.     (init_stream): Call it.
  2760.     * sysdeps/posix/pipestream.c (popen): Call __stdio_check_funcs
  2761.     before frobnicating STREAM's functions.
  2762.  
  2763.     * sysdeps/posix/pipestream.c (pclose): Free C, our data structure,
  2764.     not STREAM->__cookie after it's been restored.
  2765.  
  2766.     * sysdeps/generic/strchr.c: Check for '\0' as well as C, in initial
  2767.     byte-by-byte loop.
  2768.  
  2769.     * conf/portability.h: #undef BSD.
  2770.  
  2771. Sun Jun 27 23:46:05 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2772.  
  2773.     * sysdeps/unix/bsd/m68k/__wait.S [__motorola__]: Use Motorola syntax.
  2774.     * sysdeps/unix/bsd/m68k/sysdep.S: Likewise.
  2775.     * sysdeps/unix/bsd/m68k/__pipe.S: Likewise.
  2776.     * sysdeps/m68k/__longjmp.c (__longjmp) [__motorola__]: Use
  2777.     Motorola syntax in jmp insn.
  2778.  
  2779. Fri Jun 25 16:17:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2780.  
  2781.     * sysdeps/{stub,posix,unix/sysv/sysv4}/__sysconf.c (__sysconf):
  2782.     For _SC_TZNAME_MAX, just return __tzname_max ().
  2783.     * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Define __sysconf, not
  2784.     sysconf.  For _SC_TZNAME_MAX, just jump to __tzname_max.
  2785.  
  2786.     Undo June 21 change that made __tzname_max a variable
  2787.     and expected TZNAME_MAX to sometimes be defined.
  2788.     POSIX.1 does not require that it be defined; sysconf is enough.
  2789.     * time/time.h (__tzname_max): Declare as a function.
  2790.     * posix/posix1_lim.h: Don't include <tzname_max.h>.
  2791.     * sysdeps/stub/tzname_max.h: File removed.
  2792.     * time/Makefile (headers): Remove tzname_max.h.
  2793.     (distribute): Remove make-tzlim.c.
  2794.     (extra-objs): Remove make-tzlim.o and make-tzlim.
  2795.     ($(common-objpfx)tzname_max.h): Target removed.
  2796.     * time/make-tzlim.c: File removed.
  2797.     * time/__tzset.c (__tzname_cur_max): Define this variable instead
  2798.     of __tzname_max.
  2799.     (__tz_compute): Set __tzname_cur_max, not __tzname_max.
  2800.     (__tzname_max): New function.
  2801.     * time/tzfile.c (compute_tzname_max): Set __tzname_cur_max, not
  2802.     __tzname_max.
  2803.  
  2804.     * malloc/malloc.h [_MALLOC_INTERNAL] [! (_LIBC || STDC_HEADERS || USG)]
  2805.     (memmove): Don't define.
  2806.     * malloc/realloc.c [!_LIBC && !STDC_HEADERS && !USG] (safe_bcopy):
  2807.     New static function.
  2808.     (memmove): Define to safe_bcopy.
  2809.  
  2810. Wed Jun 23 15:10:51 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2811.  
  2812.     * sysdeps/unix/sysv/sco3.2.4/pgrpsys.S: New file, #include sysv4 file.
  2813.     * sysdeps/unix/sysv/sco3.2.4/Dist: New file, list pgrpsys.S.
  2814.  
  2815. Tue Jun 22 02:44:16 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2816.  
  2817.     * sysdeps/unix/sysv/sco3.2.4/Makefile (sysdep_routines): Use
  2818.     pgrpsys instead of sco_pgrp.
  2819.     * sysdeps/unix/sysv/sco3.2.4/{Dist,sco_pgrp.S}: Files removed.
  2820.     * sysdeps/unix/sysv/sco3.2.4/__{getpgrp,setpgrp,setsid}.c: Just
  2821.     include the respective unix/sysv/sysv4 files.
  2822.  
  2823.     * sysdeps/unix/sysv/sysv4/pgrpsys.S: New file.
  2824.     * sysdeps/unix/sysv/sysv4/__getpgrp.c: New file.
  2825.     * sysdeps/unix/sysv/sysv4/__setpgrp.c: New file.
  2826.     * sysdeps/unix/sysv/sysv4/__setsid.c: New file.
  2827.     * sysdeps/unix/sysv/sysv4/Dist: Add pgrpsys.S.
  2828.     * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Add pgrpsys.
  2829.  
  2830.     * sysdeps/unix/bsd/bsd4.4/__setsid.S: Moved from unix/sysv/sysv4.
  2831.     * sysdeps/unix/{bsd/sun/sunos4,bsd/ultrix4,sysv/linux}/__setsid.S:
  2832.     Include bsd4.4 instead of sysv4 file.
  2833.  
  2834. Mon Jun 21 19:08:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2835.  
  2836.     * posix/posix1_lim.h: #include <tzname_max.h>.
  2837.     * sysdeps/stub/tzname_max.h: New file (no-op).
  2838.     * time/make-tzlim.c: New file.
  2839.     * time/Makefile (headers): Add tzname_max.h.
  2840.     (distribute): Add make-tzlim.c.
  2841.     (extra-objs): Add make-tzlim.o and make-tzlim.
  2842.     ($(common-objpfx)tzname_max.h): New target.
  2843.  
  2844.     * sysdeps/unix/sysv/sco3.2.4/confname.h (_SC_TZNAME_MAX): Define.
  2845.     * sysdeps/unix/sysv/sco3.2.4/__sysconf.S: Detect arg being
  2846.     _SC_TZNAME_MAX, and return max of TZNAME_MAX and __tzname_max.
  2847.  
  2848.     * sysdeps/stub/__sysconf.c: Include <time.h> and <limits.h>.
  2849.     Handle _SC_TZNAME_MAX and return max of TZNAME_MAX and __tzname_max.
  2850.     * sysdeps/posix/__sysconf.c: Change _SC_TZNAME_MAX code to that.
  2851.     * sysdeps/unix/sysv/sysv4/__sysconf.c: Likewise.
  2852.  
  2853.     * time/time.h (__tzname_max): Declare as variable, not function.
  2854.     * time/__tzset.c (__tzname_max): Function removed.
  2855.     (__tz_compute): Set the __tzname_max variable.
  2856.     * time/tzfile.c (compute_tzname_max): New function.
  2857.     (__tzfile_{read,default}): Call it.
  2858.  
  2859. Sun Jun 20 18:32:49 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2860.  
  2861.     * time/zic.c, time/asia: New versions from ADO.
  2862.  
  2863. Wed Jun 16 17:24:28 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2864.  
  2865.     * Version 1.06.3.
  2866.  
  2867. Fri Jun 11 15:44:53 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2868.  
  2869.     * sysdeps/unix/bsd/m68k/__pipe.S: Use `movel' instead of `moveal',
  2870.     which sun3 as does not appear to grok.
  2871.     * sysdeps/unix/bsd/sun/m68k/__vfork.S: Likewise.
  2872.  
  2873. Thu Jun 10 20:23:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2874.  
  2875.     * sysdeps/m68k/Makefile (as-pipe-ok): Define if -pipe is used in
  2876.     compiler invocations, or if using GNU as.
  2877.     (compile-command.S): Define using a pipe if `as-pipe-ok' is defined,
  2878.     otherwise with a temporary file.
  2879.  
  2880.     * Makeconfig (gnu-as): Define if -DHAVE_GNU_AS appears in $(CPPFLAGS).
  2881.  
  2882. Wed Jun  9 15:14:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2883.  
  2884.     * configure.in (os frobnication): Turn underscores as well as
  2885.     lowercase Vs into dots in os name.
  2886.  
  2887.     * sysdeps/unix/start.c [__GNUC__] (_start): Use asm name "start"
  2888.     only if [! NO_UNDERSCORES].
  2889.  
  2890. Tue Jun  8 14:51:00 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  2891.  
  2892.     * sysdeps/unix/bsd/ultrix4/mips/__handler.S: Don't save the stack
  2893.     pointer.
  2894.  
  2895. Mon Jun  7 21:01:24 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2896.  
  2897.     * time/Makefile (tzcompile): Remove -d switch, since zic-cmd has one.
  2898.  
  2899.     * time/{private.h,zic.c}: New versions from ADO.
  2900.  
  2901.     * sysdeps/unix/bsd/hp/m68k/__brk.S (error): Renamed label from `1',
  2902.     (__brk): Use DO_CALL instead of movel and trap.
  2903.  
  2904.     * sysdeps/unix/bsd/sony/newsos4: Renamed sysdeps/unix/bsd/sony/newsos.
  2905.     * sysdeps/unix/bsd/sony/m68k/{Implies,sysdep.h}: Moved there.
  2906.  
  2907.     * sysdeps/unix/bsd/hp/m68k/sysdep.h (DO_CALL): New macro, broken
  2908.     out of PSEUDO.
  2909.     (PSEUDO): Use it.
  2910.     * sysdeps/unix/bsd/sony/newsos4/m68k/sysdep.h
  2911.     (DO_CALL, PSEUDO): Likewise.
  2912.  
  2913.     * configure.in: Set --with-gnu-{ld,as} for os=bsd4.4.
  2914.  
  2915. Fri Jun  4 14:11:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2916.  
  2917.     * sysdeps/i386/{strlen,memchr}.c: Use `repnz' instead of `repne'.
  2918.  
  2919.     * time/Makefile (zonenames): Rename zones-* to z.* so they all fit
  2920.     in 14 chars.
  2921.     (extra-objs): Here too.
  2922.  
  2923.     * sysdeps/unix/sysv/direct.h (D_RECLEN): New macro.
  2924.     * sysdeps/unix/readdir.c (D_RECLEN): If not defined, define to use
  2925.     `d_reclen' member.
  2926.     (readdir): Use D_RECLEN (DP) in place of DP->d_reclen.
  2927.  
  2928. Thu Jun  3 16:54:29 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2929.  
  2930.     * sysdeps/m68k/bytesex.h: New file.
  2931.  
  2932.     * sysdeps/unix/ioctls-tmpl.c [sony_news]: Define KANJI before
  2933.     including <sys/ioctl.h>.
  2934.  
  2935. Wed Jun  2 17:45:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2936.  
  2937.     * malloc/Makefile (%.gz): Renamed target from %.z; use -v flag.
  2938.     (malloc/ChangeLog): Use mv -f.
  2939.  
  2940. Mon May 31 21:49:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2941.  
  2942.     * Version 1.06.2 released.
  2943.  
  2944.     * manual/Makefile: Remove all uses of $(objpfx).  Since the
  2945.     generated files are distributed, they reside in the source
  2946.     directory.
  2947.  
  2948.     * malloc/mtrace.c: #include <stdio.h>; malloc.h no longer does.
  2949.  
  2950.     * sysdeps/posix/sleep.c: Restore signal mask to OSET before
  2951.     returning.  Save errno on entry and restore it before returning.
  2952.  
  2953.     * Makeconfig (zonedir): New variable.
  2954.     * time/Makefile (localtime-file, posixrules-file, install-others,
  2955.     $(localtime-file), $(posixrules-file), tz-cc): Use $(zonedir) in
  2956.     place of $(datadir)/zoneinfo.
  2957.     (tzcompile): Omit -d switch.
  2958.     (zic-cmd): Add `-d $(zonedir)'.
  2959.  
  2960. Sun May 30 20:04:50 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2961.  
  2962.     * sysdeps/posix/stdio_init.c: (int)cookie is FD, not *(int*)cookie. 
  2963.  
  2964.     * time/Makefile ($({localtime,posixrules}-file)): Don't pass -d
  2965.     switch (no need, since directory is compiled into zic).  Don't use
  2966.     $(<F) to find arg for -{l,p}; just use $({localtime,posixrules}).
  2967.  
  2968.     * Makerules ($(libdir)/libc.a): Depend on installdirs.
  2969.  
  2970.     * malloc/malloc.c (malloc): #if 0 out ``if (SIZE == 0) return NULL''.
  2971.  
  2972.     * malloc/malloc.h [_MALLOC_INTERNAL]: Don't include <stdio.h>.
  2973.     [_MALLOC_INTERNAL]: Move config.h, limits.h, and mem* to front of file.
  2974.     (NULL): Move after stddef.h.
  2975.  
  2976.     * malloc/valloc.c: Don't include config.h; malloc.h already did.
  2977.  
  2978.     * malloc/malloc.c: Undo rms's change.
  2979.  
  2980.     * malloc/mcheck.c, malloc/malloc.h: Undo rms's change.
  2981.  
  2982. Sat May 29 13:04:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2983.  
  2984.     * malloc/malloc.c (malloc) [emacs]: If size is 0, make it 1.
  2985.  
  2986.     * malloc/malloc.h (CONST): Define this always,
  2987.     rather than `const' sometimes.
  2988.     (memory_warnings): Use CONST, not __const, in decl.
  2989.     * malloc/mcheck.c (checkhdr): Use CONST, not const.
  2990.  
  2991. Fri May 28 18:29:26 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2992.  
  2993.     * sysdeps/unix/Makefile (ioctls): Use fgrep instead of egrep to
  2994.     omit unwanted symbols.  Filter the list of them through sort|uniq
  2995.     to remove duplicates first.
  2996.  
  2997.     * sysdeps/unix/Makefile (errlist.c): Use dir and notdir
  2998.     functions to guarantee qualified path name for make_errlist.
  2999.  
  3000. Thu May 27 17:05:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3001.  
  3002.     * Version 1.06.1.
  3003.  
  3004.     * sysdeps/sparc/Dist: Include sdiv.S, not div.S.
  3005.  
  3006.     * sysdeps/unix/common/Dist: Remove make_siglist.c.
  3007.  
  3008.     * stdio/internals.c: Declare __stdio_fileno before reference.
  3009.  
  3010.     * sysdeps/generic/{memchr,strchr,strlen}.c: Abort if words are
  3011.     bigger than 64 bits.
  3012.  
  3013. Wed May 26 14:44:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3014.  
  3015.     * Makerules [objects] (install-others): Don't add libc.a to this.
  3016.     (install): Depend on $(libdir)/libc.a.
  3017.     (intall-no-libc.a): New target, depends on $(+install).
  3018.     (install): Don't depend on $(+install), just on install-no-libc.a.
  3019.     * Rules (subdir_install): Depend on install-no-libc.a, not install.
  3020.  
  3021.     * Makefile ($(libc.a)): Don't depend on subdir_lib.
  3022.     (lib-noranlib): Depend on subdir_lib.
  3023.  
  3024.     Make `fileno' a per-FILE io operation.
  3025.     * stdio/stdio.h (__io_fileno): New typedef.
  3026.     (__io_functions): Add `__fileno' member.
  3027.     (struct __stdio_file): Remove `__fileno' member.
  3028.     [__USE_POSIX] [__OPTIMIZE__]: Remove fileno macro defn.
  3029.     [__USE_POSIX] (fileno): Remove `const' from arg in prototype.
  3030.     * stdio/fileno.c (fileno): Rewritten to call STREAM's __fileno fn.
  3031.     * sysdeps/stub/sysd-stdio.c (__stdio_fileno): New function.
  3032.     (__stdio_open): Return an int (zero for win, nonzero for lose),
  3033.     and make third arg PTR * (filled in with cookie).
  3034.     * stdio/stdio.h (__stdio_open): Changed prototype.
  3035.     * sysdeps/posix/sysd-stdio.c (__stdio_open): Likewise.
  3036.     (__stdio_{read,write,seek,close}): Use (int) COOKIE as the fd, rather
  3037.     than *(int *) COOKIE.
  3038.     (__stdio_fileno): New function; just returns (int) COOKIE.
  3039.     * sysdeps/posix/fdopen.c: Set cookie to (PTR) FD; don't set fileno.
  3040.     * stdio/vdprintf.c: Likewise.
  3041.     * stdio/fmemopen.c: Set STREAM->__io_funcs.__fileno to NULL.
  3042.     Set STREAM->__cookie to NULL and don't use STREAM->__fileno.
  3043.     * stdio/internals.c (__default_io_functions): Add __stdio_fileno.
  3044.     * sysdeps/posix/defs.c (stdstream): Initialize __cookie to (PTR) FD
  3045.     Remove __fileno initializer.
  3046.     Add NULL initializer for __io_funcs.__fileno.
  3047.     * sysdeps/posix/pipestream.c (struct child): Remove `fd' member.
  3048.     Add `cookie' and `funcs' members.
  3049.     (FUNC): Macro to define child io_funcs.
  3050.     (child_funcs): New variable, __io_functions struct of them.
  3051.     (popen): Store STREAM's original cookie and io_funcs in CHILD, and
  3052.     then set STREAM->__cookie to CHILD and stream->__io_funcs to
  3053.     child_funcs.
  3054.     (pclose): Restore STREAM's original cookie and io_funcs before
  3055.     calling fclose.
  3056.  
  3057.     * configure.in (autoconf checks): Add new check for a
  3058.     libc-friendly stddef.h.
  3059.  
  3060.     * sysdeps/unix/configure: Remove __getpgrp from list of syscalls.
  3061.  
  3062.     * sysdeps/generic/memchr.c: Handle 64-bit longwords.
  3063.     * sysdeps/generic/strlen.c: Likewise.
  3064.     * sysdeps/generic/strchr.c: Likewise.
  3065.  
  3066.     * sysdeps/unix/sysv/sco3.2.4/Makefile: Remove gratuitous `.c'.
  3067.  
  3068.     * Makerules [objects] (install-others): Add $(libdir)/libc.a to
  3069.     this, instead of adding $(libc.a) to install-lib.
  3070.     ($(libdir)/libc.a): New target to install from $(libc.a).
  3071.  
  3072.     * sysdeps/unix/sysv/sco3.2.4/__setsid.S: New file.
  3073.     * sysdeps/unix/bsd/bsd4.4/__setsid.S: New file.
  3074.  
  3075. Mon May 24 16:49:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3076.  
  3077.     * sysdeps/unix/sysv/linux/__setsid.S: Moved to unix/sysv/sysv4,
  3078.     and replaced with #include of that.
  3079.     * sysdeps/unix/bsd/sun/sunos4/__setsid.S: New file.
  3080.     * sysdeps/unix/bsd/ultrix4/__setsid.S: New file.
  3081.  
  3082.     * posix/Makefile (install): Define to getconf.
  3083.  
  3084.     * crypt: New version from glad.
  3085.  
  3086.     * sysdeps/unix/sysv/sysv4/__sysconfig.S: Renamed to sysconfig.S.
  3087.     * sysdeps/unix/sysv/sysv4/Makefile (sysdep_routines): Change reference.
  3088.     * sysdeps/unix/sysv/sysv4/Dist: Add sysconfig.S.
  3089.  
  3090.     * sysdeps/generic/Makefile (siglist.c): Use dir and notdir
  3091.     functions to guarantee qualified path name for make_siglist.
  3092.  
  3093.     * time/Makefile (tzcompile): Use $(@D) for target directory, not
  3094.     reference to nonexistent 4th dep.
  3095.     (localtime-file, posixrules-file): Turn these into absolute names.
  3096.     (install-others): Simply refer to them.
  3097.     ($(datadir)/zoneinfo/{localtime,posixrules}): Change targets of
  3098.     these rules to $(localtime-file) and $(posixrules-file), respectively.
  3099.     Use $(<D) for directory to pass zic.
  3100.  
  3101.     * Makerules (installdirs): Use `sort' function to uniquize list of
  3102.     directories. 
  3103.  
  3104.     * time/Makefile (install-others): Use $(datadir)/zoneinfo, not
  3105.     $(datadir)zoneinfo (missing /).
  3106.  
  3107.     * Makerules (install-lib): Refer to `$(libc.a)' instead of `libc.a'.
  3108.  
  3109.     * setjmp/sigjmp_save.c: Renamed to sigjmp.c.
  3110.     * setjmp/Makefile (routines): Change reference.
  3111.  
  3112.     * sysdeps/unix/common/Makefile (siglist.c, make_siglist): Targets
  3113.     removed.
  3114.     * sysdeps/unix/common/make_siglist.c: File removed.
  3115.  
  3116. Sun May 23 01:00:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3117.  
  3118.     * manual/Makefile (minimal-dist): Remove COPYING.LIB.
  3119.     (doc-only-dist): Put it here.
  3120.  
  3121. Sun May 23 00:12:24 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3122.  
  3123.     * Version 1.06 released.
  3124.  
  3125.     * sysdeps/sparc/Dist: Add {u,}{div,rem}.S.
  3126.  
  3127. Sat May 22 18:17:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3128.  
  3129.     * sysdeps/generic/make_siglist.c (main): Call signame_init, not
  3130.     init_sigs.
  3131.  
  3132.     * Makerules (native-compile): Compile $^, not just $<.
  3133.  
  3134.     * sysdeps/unix/i386/sysdep.h (PSEUDO): Omit `.text'.  Some
  3135.     assemblers don't like `.text; ...'.
  3136.  
  3137.     * Rules (all): Mention as target first, so it is the default goal.
  3138.  
  3139.     * sysdeps/unix/i386/sysdep.S: #undef syscall_error before using it
  3140.     as a label.
  3141.     [NO_UNDERSCORES]: Define __syscall_error instead of syscall_error.
  3142.  
  3143.     * sysdeps/unix/readdir.c: Decrement d_namlen until it no longer
  3144.     includes any nulls.
  3145.  
  3146.     * Makerules (+install-dirs): Variable removed.
  3147.     (install): Don't depend on $(+install-dirs).
  3148.     (installdirs): New target, to make $(dir $(+install)) using
  3149.     mkinstalldirs.  Make $(+install) depend on it.
  3150.     * Makefile (distribute): Add mkinstalldirs.
  3151.     * mkinstalldirs: New file.
  3152.  
  3153.     * manual/Makefile (installdirs):
  3154.     New target, using mkinstalldirs to create $(infodir).
  3155.     ($(infodir)/libc.info): Depend on installdirs.
  3156.     (minimal-dist): Remove Makefile.
  3157.     (doc-only-dist): New variable, containing Makefile and mkinstalldirs.
  3158.     (*.tar): Depend on $(doc-only-dist).
  3159.  
  3160. Sat May 22 16:31:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3161.  
  3162.     Compile zoneinfo files directly into $(datadir)/zoneinfo, rather
  3163.     than compiling them into the source directory and then copying.
  3164.     * time/Makefile (zones-%): Put targets of generated rule in
  3165.     $(datadir)/zoneinfo, not zoneinfo.
  3166.     Don't make generated rules depend on zoneinfo/.
  3167.     (zonenames, zones-%): Write into $@.new and then use atomic mv.
  3168.     (zones, zoneinfo): Targets removed.
  3169.     (zoneinfo/localtime, zoneinfo/posixrules): Change targets to be in
  3170.     $(datadir)/zoneinfo; find $(localtime) and $(posixrules) there as well.
  3171.     ($(localtime-file), $(posixrules-file)): Targets removed.
  3172.     (install-data): Definition removed.
  3173.     (install-others): Include $(zonenames) from $(datadir)/zoneinfo; and
  3174.     $(localtime-file) and $(posixrules-file), from $(datadir)/zoneinfo
  3175.     if they are not absolute file names.
  3176.  
  3177.     * time/zic.c (dolink): If FROMFILE or TOFILE begins with a slash,
  3178.     just set {FROM,TO}NAME to it, instead of prepending DIRECTORY.
  3179.     Don't free {FROM,TO}NAME if it is {FROM,TO}FILE.
  3180.  
  3181. Fri May 21 13:23:32 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3182.  
  3183.     * sysdeps/unix/i386/sysdep.S: Paste : onto syscall_error.
  3184.  
  3185.     * sysdeps/unix/configure: Use grep -i when looking for syscalls.
  3186.     (unix_syscall_h): Ignore syscall.h found in sysdeps/stub.
  3187.     Remove __setpgrp from list of syscalls.
  3188.  
  3189.     * sysdeps/unix/Makefile ($(common-objpfx)sys/param.h): Write defn
  3190.     for MAXHOSTNAMELEN.  The kludgemeister strikes again.
  3191.  
  3192.     * posix/Makefile (glob/ChangeLog): Use mv -f.
  3193.  
  3194.     * configure.in (os frobnication): Translate numbers separated by
  3195.     `v's into numbers separated by dots.
  3196.  
  3197.     * sysdeps/unix/sysv/sco3.2.4/syscall.h: New file.
  3198.  
  3199.     * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: Rewritten to do the
  3200.     canonical wait3-style magic.
  3201.  
  3202.     * sysdeps/unix/sysv/sco3.2.4/{Makefile,Dist,sco_pgrp.S,
  3203.     __getpgrp.c,__setpgrp.c,__setsid.c}: New files.
  3204.  
  3205.     * Makerules ($(common-objpfx)stub-$(subdir)): Add /dev/null to
  3206.     inner sed command.
  3207.  
  3208.     * manual/Makefile ($(objpfx)%.info, $(objpfx)%.dvi): New rules.
  3209.     ($(infodir)/libc.info): Take basename of each $<* before using it.
  3210.     (glibc-targets): Add stubs.
  3211.     (stubs, $(common-objpfx)stub-manual): New targets.
  3212.  
  3213.     * time/Makefile (distribute): Add yearistype.
  3214.     * time/yearistype: New file.
  3215.  
  3216.     * sysdeps/unix/bsd/sequent/i386/__sigvec.S: Don't use ARGS_4
  3217.     macro; just set %ecx to %esp instead.  Pop the stack before doing
  3218.     the system call, so the add doesn't clear the condition codes.
  3219.  
  3220.     * sysdeps/unix/start.c [HAVE_GNU_LD]: Put `start' symbol alias
  3221.     under [! NO_UNDERSCORES && ! __GNUC__].
  3222.  
  3223.     * sysdeps/unix/sysdep.h (C_LABEL): Use ## to paste NAME and : together.
  3224.  
  3225.     * sysdeps/unix/i386/sysdep.h (DO_CALL): Add missing backslash.
  3226.  
  3227. Thu May 20 18:01:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3228.  
  3229.     * Makefile ($(+subdir_targets)): Remove old rule.  Replace with
  3230.     static pattern rule to depend on DIR/TARGET for each subdir and target.
  3231.     (all-subdirs-targets): Define variable to contain names of all
  3232.     those targets.
  3233.     ($(all-subdir-targets)): Define rule for these to do sub-make.
  3234.  
  3235.     * sysdeps/unix/sysv/sysv4/direct.h (D_NAMLEN): Subtract one for
  3236.     the terminating null character.
  3237.     * sysdeps/unix/sysv/sco3.2.4/direct.h (D_NAMLEN): Copy defn from
  3238.     that file.
  3239.  
  3240. Thu May 20 11:02:59 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  3241.  
  3242.     * sysdeps/posix/__getpgsz.c: New file.
  3243.     * sysdeps/unix/sysv/sysv4/__getpgsz.c: New file, include the posix one.
  3244.     * sysdeps/posix/__getdtsz.c: New file.
  3245.     * sysdeps/unix/sysv/sysv4/__getdtsz.c: New file, include the posix one.
  3246.  
  3247.     * sysdeps/unix/sysv/sysv4/{__sysconf.c, __sysconfig.S,
  3248.     sysconfig.h, Makefile, Dist}: New files.
  3249.  
  3250.     * sysdeps/generic/confname.h (enum for sysconf): Add _SC_PAGESIZE.
  3251.     * sysdeps/posix/__sysconf.c: Include stddef.h.
  3252.     (__getpagesize): Declare.
  3253.     (__sysconf, case _SC_PAGESIZE): Call __getpagesize.
  3254.  
  3255. Wed May 19 14:03:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3256.  
  3257.     * manual/Makefile (routines, aux, sources, objects, headers):
  3258.     Define empty.
  3259.  
  3260.     * Makeconfig (infodir): Define.
  3261.     * Makefile (+other_dirs): Add manual.
  3262.     * manual/Makefile: Include ../Makeconfig if it exists.
  3263.     (subdir): Export it.
  3264.     (find-includes): Output variable name is $(@F), not $@.
  3265.     (distribute): Export it.
  3266.     (mostlyclean, distclean, realclean, clean, subdir_clean): New targets.
  3267.     (install, subdir_install): New targets.
  3268.     (infodir, prefix, INSTALL_DATA, INSTALL): Define vars if undefined.
  3269.     ($(infodir)/libc.info): New target.
  3270.     (dist): Use ../Make-dist if it exists.
  3271.     (glibc-targets): New variable.
  3272.     ($(glibc-targets)): Make no-op targets.
  3273.  
  3274.     * config.guess: New file, maintained by Cygnus.
  3275.     * configure.in: Move AC_PREPARE before arg lossage check.
  3276.     If $target is unset, try setting it from config.guess.
  3277.     * Makefile (distribute): Add config.guess.
  3278.  
  3279.     * inet/getnetbyad.c: Change first arg type to int32_t.
  3280.     * inet/inet_mkadr.c: Change arg types to u_int32_t.
  3281.     * inet/inet_lnaof.c: Change return type to u_int32_t.
  3282.     * inet/inet_net.c: Likewise.
  3283.     * inet/inet_netof.c: Likewise.
  3284.     * inet/res_send.c, inet/res_query.c, inet/res_mkqry.c,
  3285.     inet/res_init.c, inet/res_debug.c, inet/res_comp.c,
  3286.     inet/inet_addr.c, inet/herror.c, inet/gethstnmad.c, inet/resolv.h,
  3287.     inet/netdb.h, inet/arpa/nameser.h, inet/arpa/inet.h:
  3288.     Snarfed latest code from BIND 4.9.1.
  3289.     * inet/sys/bitypes.h: New file.
  3290.     * conf/portability.h: New file.
  3291.     * inet/Makefile (headers): Add sys/bitypes.h.
  3292.     (distribute): Define to ../conf/portability.h.
  3293.  
  3294.     * mach/__msg_destroy.c: Renamed to __msg_dest.c.
  3295.     * mach/mig_syms.c: Renamed from mig_support_syms.c.
  3296.     Added symbol alias for mig_strncpy.
  3297.     * mach/__mig_strncpy.c: Renamed to mig_strncpy.c.
  3298.     * mach/mig_strncpy.c: File removed.
  3299.     * mach/Makefile (routines): Remove __mig_strncpy; change
  3300.     mig_support_syms to mig_syms; change __msg_destroy to __msg_dest.
  3301.  
  3302.     * sysdeps/posix/Makefile: Replace instances of `objpfx' and
  3303.     `objdir' with `common-objpfx' and `common-objdir'.
  3304.  
  3305. Mon May 17 16:29:29 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3306.  
  3307.     * time/asctime.c: Replace ` %2d' with `%3d' in FORMAT.
  3308.     (asctime): Check return from sprintf being <0, not <25.
  3309.  
  3310.     * sysdeps/unix/opendir.c: Include <stdio.h> for BUFSIZ.
  3311.  
  3312.     * sysdeps/unix/i386/sysdep.h (PSEUDO): Put ; after DO_CALL use.
  3313.  
  3314.     * sysdeps/i386/ffs.c: Use `nonzero' for asm label, instead of `1f'.
  3315.  
  3316. Sun May 16 17:59:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3317.  
  3318.     * sysdeps/unix/bsd/sequent/i386/__sigvec.S: Don't get fancy with
  3319.     xchg; just push $trampoline and then push our args again, pop them
  3320.     after the system call.
  3321.  
  3322.     * time/tzfile.c (__tzfile_default): Don't assume TYPES[0] is
  3323.     standard and TYPES[1] is DST.  Instead, loop through all types:
  3324.     if a type's isdst flag is set, set its idx to STDLEN and its
  3325.     offset to DSTOFF; if isdst is clear, set its idx to 0 and its
  3326.     offset to STDOFF.
  3327.  
  3328.     * time/__tzset.c: When __tzfile_default returns having set
  3329.     __use_tzfile, set __tzset_run before returning.
  3330.  
  3331.     * sysdeps/posix/sleep.c: Block SIGALRM with sigprocmask before
  3332.     changing its handler.  Use sigaction instead of signal to set the
  3333.     handler.  Use sigsuspend to restore the blocked signals and pause
  3334.     atomically, instead of using pause.  Be sure to disable the alarm
  3335.     when a signal other than SIGALRM wakes sigsuspend.
  3336.  
  3337.     * time/Makefile (zic-cmd): Put the directory before the nondirectory.
  3338.  
  3339.     * Makerules (stubs): Remove surrounding `ifdef +depfiles'...`endif'.
  3340.  
  3341.     * time/Makefile: Include ../Makeconfig before trying to use $(objpfx).
  3342.  
  3343.     * time/tzfile.c (__tzfile_compute): When there are transitions and
  3344.     TIMER is not before the first one, find the first transition after
  3345.     TIMER, and then set I to the type of the transition before it.
  3346.     Set INFO from types[I], not types[type_idxs[I]].
  3347.  
  3348.     * posix/Makefile (glob/configure): cd to glob before running autoconf.
  3349.  
  3350.     * time/__tzset.c (compute_change): Don't add 1900 to YEAR.
  3351.     (__tz_compute): Add 1900 to the year we pass to compute_change.
  3352.  
  3353.     * time/gmtime.c: After calling __offtime, zero tm_gmtoff and set
  3354.     tm_zone to "GMT".
  3355.  
  3356.     * time/time.h [__OPTIMIZE__]: Remove gmtime macro version.
  3357.  
  3358.     * time/tzfile.c (__tzfile_default): Fail if NUM_TYPES < 2, not if
  3359.     NUM_TYPES != 2.
  3360.  
  3361.     * time/tzfile.c (__tzfile_compute): Don't take arg TM.
  3362.     Instead take new args long int *LEAP_CORRECT and int *LEAP_HIT.
  3363.     Don't apply leap second correction to __timezone; instead set
  3364.     *LEAP_CORRECT and *LEAP_HIT.
  3365.     * time/__tzset.c (tzset_run): Renamed to __tzset_run, made global.
  3366.     (__tzset): Change uses.
  3367.     (__tz_compute): Change use here as well.
  3368.     Make second arg be a `const struct tm *'.  Don't call __tzfile_compute.
  3369.     * time/localtime.c: Call __tzset if __tzset_run is clear.
  3370.     New local vars LEAP_CORRECTION and LEAP_EXTRA_SECS.
  3371.     If __use_tzfile is set, call __tzfile_compute and pass it their
  3372.     addresses.  Only need to call gmtime if __use_tzfile is clear.  If
  3373.     it is clear, pass result of gmtime to __tz_compute, instead of
  3374.     dereferencing it first; and zero LEAP_CORRECTION and LEAP_EXTRA_SECS.
  3375.     Subtract LEAP_CORRECTION from __timezone in __offtime call.
  3376.     After __offtime, add LEAP_EXTRA_SECS to TP->tm_sec.
  3377.  
  3378.     * sysdeps/generic/strsep.c: Increment END when writing a null to
  3379.     it, and set *STRINGP to END rather than END+1, so *STRINGP never
  3380.     points past the null.
  3381.  
  3382. Sat May 15 17:10:02 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3383.  
  3384.     * time/strftime.c: Alphabetize switch cases.
  3385.     Add GNU extensions %h, %C, %k, %l.
  3386.  
  3387.     * time/asctime.c: Make RESULT big enough for each %d to be 2^64.
  3388.     Protect against tm_wday and tm_mon being out of bounds; use "???"
  3389.     if they are.
  3390.  
  3391.     * time/{emkdir,ialloc,scheck,zic,zdump}.c: New versions from ADO.
  3392.  
  3393.     * time/africa, time/antarctica, time/asia, time/australasia,
  3394.     time/europe, time/northamerica, time/southamerica,
  3395.     time/pacificnew, time/etcetera, time/factory, time/systemv,
  3396.     time/solar87, time/solar88, time/solar89, time/leapseconds:
  3397.     Updated from Arthur David Olsen's latest.
  3398.  
  3399.     * sysdeps/generic/__expm1.c, sysdeps/generic/asinh.c,
  3400.     sysdeps/generic/exp__E.c, sysdeps/generic/log.c,
  3401.     sysdeps/generic/log1p.c, sysdeps/generic/mathimpl.h,
  3402.     sysdeps/generic/pow.c, sysdeps/mach/hurd/__ioctl.c,
  3403.     sysdeps/mach/hurd/stdio_init.c, sysdeps/unix/bsd/clock.c: Put
  3404.     `const' qualifier always after storage classes.
  3405.  
  3406.     * sysdeps/unix/bsd/sequent/i386/__sigvec.S (trampoline): Use
  3407.     `call', not `jsr'.
  3408.     (__sigvec): Exchange the scratch reg with 16(%esp) (fourth arg
  3409.     slot), not 0(%esp) (return PC slot).  Use ARGS_4 to point the
  3410.     syscall at the args.
  3411.  
  3412.     * sysdeps/unix/common/__getgrps.c: When gid_t==int, and SIZE!=0,
  3413.     return N from __bsd_getgroups.
  3414.  
  3415.     * posix/unistd.h (__need_NULL): Define before including <stddef.h>.
  3416.     1003.1-1990 2.7.1 says it should be here.
  3417.  
  3418. Sat May 15 14:54:25 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  3419.  
  3420.         * time/__tzset.c (compute_change): Add 1900 to YEAR, not 1970.
  3421.  
  3422. Fri May 14 21:24:19 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  3423.  
  3424.     * sysdeps/unix/sysv/sysv4/solaris2/start.c: Define NO_EXPLICIT_START.
  3425.     * sysdeps/unix/sparc/start.c [NO_EXPLICIT_START]: Don't asm
  3426.     `_start' into `start' (e.g., for Solaris).
  3427.  
  3428.     * sysdeps/unix/sysv/sysv4/solaris2/sysdep.h: New file.
  3429.  
  3430. Fri May 14 19:34:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3431.  
  3432.     * malloc/Makefile: Remove depend-malloc dependency on malloc/gmalloc.c.
  3433.  
  3434.     * posix/Makefile (headers): Add sys/unistd.h.
  3435.     * posix/sys/unistd.h: New file, just includes <unistd.h>.
  3436.  
  3437.     * sysdeps/unix/common/glue-ctype.c (main): Define generated array
  3438.     as `unsigned char' rather than `char'.
  3439.  
  3440.     * sysdeps/unix/start.c [__GNUC__]: Use asm frob to make `start'
  3441.     asm name of _start.
  3442.  
  3443.     * sysdeps/unix/opendir.c [! _STATBUF_ST_BLKSIZE]: Don't fstat and
  3444.     use st_blksize; try BUFSIZ instead.
  3445.  
  3446.     * sysdeps/unix/Makefile (ioctls): Don't use sed to remove final |
  3447.     from snarf-ioctls output; just append a dummy alternative instead.
  3448.  
  3449.     * sysdeps/posix/__wait3.c: Fix arg types.
  3450.  
  3451.     * Makerules ($(common-objpfx)stub-$(subdir)): Use @ for sed
  3452.     separator char.  Pass extra file /dev/null in case `...` gets empty.
  3453.  
  3454.     * sysdeps/unix/sysdep.h (C_LABEL): Define new macro.
  3455.     * sysdeps/unix/i386/sysdep.h (ENTRY): Use it.
  3456.     * sysdeps/unix/sparc/sysdep.h (ENTRY): Likewise.
  3457.     * sysdeps/unix/sparc/__brk.S: Use C_LABEL and ENTRY instead of
  3458.     C_SYMBOL_NAME.
  3459.     * sysdeps/unix/i386/__brk.S: Use C_LABEL instead of C_SYMBOL_NAME.
  3460.  
  3461. Fri May 14 17:41:42 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  3462.  
  3463.     * sysdeps/mips/sqrt.c [HAVE_GNU_AS]: Use the IEEE 754 version of
  3464.     sqrt since gas can't handle the `sqrt.d' synthetic instruction.
  3465.  
  3466. Fri May 14 16:33:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3467.  
  3468.     * stdio/Makefile (routines): Add tempname.
  3469.  
  3470.     * sysdeps/unix/common/make_siglist.c: #define const to empty
  3471.     around #include of <signal.h>.
  3472.  
  3473.     * sysdeps/unix/errnos.awk: Surround generated `DO' macro calls
  3474.     with #ifdef on the E* symbol.
  3475.  
  3476.     * sysdeps/unix/common/make_siglist.c [! HAVE_SYS_SIGLIST &&
  3477.     HAVE__SYS_SIGLIST]: Define sys_siglist to _sys_siglist.
  3478.  
  3479.     * termios/Makefile (headers): Add termbits.h.
  3480.  
  3481.     * posix/Makefile (headers): Add waitflags.h and waitstatus.h.
  3482.  
  3483.     * math/math.h (struct __complex): Rename to struct __cabs_complex.
  3484.     __complex is now a reserved word in GCC.
  3485.     * sysdeps/generic/cabs.c (cabs): Likewise.
  3486.     * sysdeps/ieee754/cabs.c (cabs, z_abs): Likewise.
  3487.  
  3488.     * sysdeps/unix/common/glue-ctype.c: Test for _ctype__ before _ctype_.
  3489.  
  3490.     * posix/Makefile (headers): Add confname.h.
  3491.  
  3492. Thu May 13 00:25:53 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3493.  
  3494.     * ctype/Makefile (tags_sources): Don't define.
  3495.     * MakeTAGS [subdir==ctype] (tags_sources): Put headers before sources.
  3496.  
  3497.     * time/__tzset.c (compute_change): Add 1970 to YEAR before using it.
  3498.  
  3499.     * sysdeps/unix/readdir.c: Pass a BASEP arg to __getdirentries.
  3500.  
  3501. Wed May 12 20:36:51 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3502.  
  3503.     * Makefile (distribute): Add aclocal.m4.
  3504.  
  3505.     * dirent/list.c (test): Clear errno before readdir loop.  Complain
  3506.     if errno is set thereafter.
  3507.  
  3508.     * sysdeps/unix/sysv/sysv4/solaris2/utsnamelen.h: New file.
  3509.     * sysdeps/unix/sysv/sysv4/solaris2/__utimes.S: New file.
  3510.     * sysdeps/unix/sysv/sysv4/solaris2/sigaltstack.S: New file.
  3511.     * sysdeps/unix/sysv/sysv4/solaris2/Makefile: New file.
  3512.  
  3513.     * sysdeps/unix/bsd/sun/sparc/start.c: Moved to sysdeps/unix/sparc.
  3514.     * sysdeps/unix/sparc/start.c: Moved from sysdeps/unix/bsd/sun/sparc.
  3515.     Surround all shared library frobnication code with #ifndef NO_SHLIB.
  3516.     * sysdeps/unix/sysv/sysv4/solaris2/start.c: New file.
  3517.  
  3518.     * configure.in (os = solaris[2-9]*): base_os=unix/sysv/sysv4.
  3519.  
  3520.     * sysdeps/sparc/setjmp.S: Include <sysdep.h>, not "DEFS.h".
  3521.     Use ENTRY(__setjmp) instead of FUNC(___setjmp).
  3522.  
  3523.     * sysdeps/sparc/divrem.m4: [__svr4__]: Include <sys/trap.h>
  3524.     instead of <machine/trap.h>.
  3525.  
  3526.     * sysdeps/sparc/__longjmp.S: Include <sysdep.h>, not "DEFS.h".
  3527.     Use ENTRY(__longjmp) instead of FUNC(___longjmp).
  3528.     [__svr4__]: Use <sys/trap.h> instead of <machine/trap.h>.
  3529.  
  3530.     * sysdeps/unix/i386/sysdep.h (C_SYMBOL_NAME, SYS_ify): Moved to
  3531.     sysdeps/unix/sysdep.h.
  3532.     * sysdeps/unix/sparc/sysdep.h: New file.
  3533.     * sysdeps/unix/bsd/sun/sparc/sysdep.h: File removed.
  3534.  
  3535.     * sysdeps/unix/sparc/__brk.S: New file.
  3536.     * sysdeps/unix/sparc/__brk.c: File removed.
  3537.  
  3538. Wed May 12 19:43:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3539.  
  3540.     * malloc/cfree.c: Put malloc.h include in _MALLOC_INTERNAL conditional.
  3541.  
  3542. Wed May 12 16:24:23 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3543.  
  3544.     * Makeconfig (+link): Put $(LDFLAGS) in the value.
  3545.     * sysdeps/unix/bsd/sun/sparc/Makefile (LDFLAGS): Set it.
  3546.  
  3547.     * posix/glob.c: Move include <unistd.h> before dir includes.
  3548.     [HAVE_UNISTD_H] [! POSIX] [_POSIX_SOURCE]: Define POSIX.
  3549.  
  3550.     * grp/initgroups.c [! NGROUPS_MAX || NGROUPS_MAX == 0]: Just
  3551.     return 0 and do nothing.
  3552.  
  3553.     * sysdeps/unix/sysv/sco3.2.4/__{sys,path}conf.S: New files.
  3554.     * posix/unistd.h: Include <confname.h>; remove _{SC,CS,PC}_* defns.
  3555.     * sysdeps/generic/confname.h: New file.
  3556.     * sysdeps/unix/sysv/sco3.2.4/confname.h: New file.
  3557.  
  3558.     * malloc/cfree.c: Include <malloc.h> instead of <stdlib.h>.
  3559.     [_LIBC]: Use function_alias only under this conditional.
  3560.     [! _LIBC] (cfree): Define a function that just calls free.
  3561.  
  3562.     * posix/Makefile (glob.tar): Depend on glob/ChangeLog.
  3563.     (glob/configure): Just run autoconf, don't do a sub-make.
  3564.     (glob/ChangeLog): New target.
  3565.     (%.Z, %.z): New rules.
  3566.  
  3567. Mon May 10 16:56:09 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3568.  
  3569.     * malloc/cfree.c: Put the meat of the file inside a "#if
  3570.     defined(__GNU_LIBRARY__)" clause, so that gmalloc.c, which
  3571.     incorporates this file, can be used outside of the C library.
  3572.  
  3573. Sun May  9 16:57:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3574.  
  3575.     * stdio/fseek.c: Don't call __flshfp unless STREAM is writable.
  3576.  
  3577.     * string/tester.c (main): Remove unused variable.
  3578.  
  3579.     * sysdeps/unix/bsd/set[er][gu]id.c: New files.
  3580.  
  3581.     * sysdeps/unix/mk-local_lim.c (NAME_MAX): Define to 255 if undefined.
  3582.  
  3583.     * malloc/Makefile (malloc-dist): Add ChangeLog and mem-limits.h.
  3584.     (malloc/ChangeLog): New rule using Noah's changelog-extract.
  3585.     (malloc.tar): Use o flag to tar to make compatible archives.
  3586.     (gmalloc-routines): Add calloc, valloc, and cfree.
  3587.     (dist-routines): Remove [cv]alloc from here.
  3588.     (routines): Remove cfree from here.
  3589.  
  3590. Fri May  7 16:45:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3591.  
  3592.     * sysdeps/posix/ttyname.c: Replace fixed-sized NAME array with
  3593.     static char *NAME and static size_t NAMELEN.
  3594.     Don't check S_ISCHR.
  3595.     Don't hack NAME before the loop.
  3596.     If need more than NAMELEN chars to hold the name, increase NAMELEN
  3597.     to more than big enough and malloc NAME.
  3598.     Save errno in local var SAVE before doing anything; restore it
  3599.     when returning non-error.
  3600.  
  3601.     * Makefile (generated): Add $(objpfx)stubs.h.
  3602.     (README): New rule to call Make-dist to do the work.
  3603.  
  3604.     * mach/Makefile: Don't include mach-syscalls.mk if no_deps=t.
  3605.  
  3606.     * crypt/GNUmakefile (%.z): New rule for gzipping.
  3607.     (crypt.tar): Use o flag to tar to make compatible archives.
  3608.  
  3609.     * Makeconfig: Find config.make in $(common-objpfx), not $(objpfx).
  3610.  
  3611.     * io/Makefile (headers): Remove filebits.h.
  3612.  
  3613.     * sysdeps/unix/sysv/sysv4/Dist: File removed.
  3614.  
  3615.     * Makefile (README): Move from here.
  3616.     * Make-dist (README): To here.
  3617.  
  3618.     * sysdeps/unix/Makefile (sys/param.h): Don't depend on sys/.  It
  3619.     was causing sys/param.h to be remade all the time.
  3620.  
  3621.     * aclocal.m4 (GLIBC_PROVIDES): Add shell comment about configure
  3622.     being generated and not to be editted.
  3623.  
  3624.     * sysdeps/unix/swapon.S: Moved to sysdeps/unix/common.
  3625.     * sysdeps/unix/configure: Add swapon to list of syscalls to check for.
  3626.  
  3627.     * sysdeps/unix/mk-local_lim.c: New file, modified from
  3628.     sysdeps/unix/common/mk-local_lim.c.
  3629.     * sysdeps/unix/common/Makefile: Move local_lim.h rules from here.
  3630.     * sysdeps/unix/Makefile: Put them there.
  3631.     (local_lim-CFLAGS): Define new variable.
  3632.     (mk-local_lim): Replace $(native-compile) with its value plus
  3633.     $(local_lim-CFLAGS).
  3634.     * sysdeps/unix/common/Dist: Remove mk-local_lim.c.
  3635.     * sysdeps/unix/Dist: Add it here.
  3636.  
  3637.     * Makerules (make-dummy-dep): New variable; canned command.
  3638.     ($(objpfx)%.dep: {$(objpfx),}%.s): New rules using $(make-dummy-dep).
  3639.     (sysd-Makefile): Write a $(objpfx)%.dep: $dir/%.s rule using it.
  3640.  
  3641.     * misc/ioctl.c: Replace function_alias with:
  3642.     [HAVE_GNU_LD]: Use symbol_alias.
  3643.     [! HAVE_GNU_LD]: Write out the function; it must fetch its third arg
  3644.     with va_arg and then call __ioctl.
  3645.  
  3646. Thu May  6 14:56:16 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3647.  
  3648.     * misc/sys/ioctl.h (__ioctl, ioctl): Changed prototype to take 2
  3649.     args and ... rather than a 3rd __ptr_t arg.
  3650.     * sysdeps/stub/__ioctl.c: Changed defn.
  3651.  
  3652.     * sysdeps/unix/bsd/sun/sunos4/tcflow.c: Include <sys/ioctl.h>.
  3653.  
  3654.     * sysdeps/unix/Makefile (make-ioctls-CFLAGS): Define as
  3655.     -DHAVE_SYS_TERMIOS_H if $(sysincludedir)/sys/termios.h exists.
  3656.     (make-ioctls): Replace command `$(common-objdir-compile)' with
  3657.     that var's contents from Makerules, plus $(make-ioctls-CFLAGS).
  3658.     * sysdeps/unix/ioctls-tmpl.c [HAVE_SYS_TERMIOS_H]: Get <sys/termios.h>.
  3659.  
  3660.     * misc/sys/ioctl.h: Include <sys/ttydefaults.h> after <ioctls.h>.
  3661.  
  3662.     * sysdeps/unix/bsd/sun/sunos4/speed.c (cfget[io]speed): Return the
  3663.     raw speed, rather than using it as an index into `speeds'.
  3664.     (cfset[io]speed): Treat SPEED being an index into `speeds' just as
  3665.     if it were the value of that element.
  3666.  
  3667.     * termios/termios.h: Remove definitions of B[0-9]+ and EXT[AB].
  3668.     * sysdeps/generic/termbits.h: Put them here instead.
  3669.     * sysdeps/unix/bsd/sun/sunos4/termbits.h: Add new defns for those.
  3670.  
  3671.     * sysdeps/unix/Makefile (termbits-edit): If termbits.h is not the
  3672.     generic version, set this to an | egrep command which filters out
  3673.     symbols appearing in termbits.h.
  3674.     (ioctls): Depend on $(sysincludedir)sys/termios.h if it exists.
  3675.     Pass all deps after first to snarf-ioctls.
  3676.     Put $(termbits-edit) in cmd line; it may be empty or a pipe.
  3677.     Pipe through sort|uniq before tr (just to cut down on duplicates).
  3678.  
  3679.     * sysdeps/generic/Makefile, sysdeps/unix/Makefile: When deciding
  3680.     whether to generate files whose stub versions are chosen, also
  3681.     include the generation rules when the chosen directory is
  3682.     $(common-objpfx), so they continue to be defined after running once.
  3683.  
  3684.     * sysdeps/posix/Makefile: Use patsubst instead of substition
  3685.     references when the substitution or replacement contains a $.
  3686.     Make has a bug (which I just fixed) with such substitution references.
  3687.  
  3688.     * posix/wait3.c: Fixed arg types in fn alias.
  3689.     * posix/wait4.c: Likewise.
  3690.  
  3691.     * sysdeps/posix/Makefile: Remove vpath %.h line.
  3692.     * Makerules: Add vpath %.h directive.
  3693.  
  3694.     * sysdeps/posix/Makefile (generated, before-compile): Add
  3695.     $(common-objpfx)stdio_lim.h, not just plain stdio_lim.h.
  3696.  
  3697.     * Makerules (depend-$(subdir)): Put $(objpfx) in the output, not
  3698.     its expansion.
  3699.     (+make-deps): Add sed clause to translate the expansion of
  3700.     $(objpfx) back into the variable reference.
  3701.  
  3702. Wed May  5 15:59:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3703.  
  3704.     * sysdeps/unix/sysv/sco3.2/local_lim.h: New file.
  3705.  
  3706.     * sysdeps/unix/sysv/sco3.2/Makefile: New file
  3707.     * sysdeps/unix/sysv/sco3.2/Dist: New file.
  3708.     * sysdeps/unix/sysv/sco3.2/__fltused.c: New file.
  3709.  
  3710.     * sysdeps/unix/configure: New file.
  3711.     * sysdeps/unix/inet/__select.S: Moved to sysdeps/unix/common.
  3712.     This is because select is a call sysdeps/unix/configure wants to
  3713.     check for, and it simplifies life for all those to be in unix/common.
  3714.  
  3715.     * sysdeps/tahoe/Implies: Remove $(bsdmath)tahoe line.
  3716.  
  3717.     * sysdeps/unix/sysv/sco3.2.4/{__sigact,__sigproc,
  3718.     sigpending,sigsuspend}.S: New files.
  3719.  
  3720.     * Makefile (INSTALL): Depend on manual/maint.texi, not
  3721.     manual/maint.texinfo.  Use -- instead of + for long options.
  3722.  
  3723.     * configure.in: After setting $sysnames initially and adding the
  3724.     FPU directory, expand and uniquize the list with code that used to
  3725.     be in find-sysdirs.  Make $sysnames blank-separated rather than
  3726.     newline-separated.  Generalize loop iterating over $sysnames, so
  3727.     it sets $uname and sources sysdep configure scripts.  Move
  3728.     sys_siglist and ctype checks to sysdeps/unix/common/configure.in.
  3729.     Set Make variable `config-sysdirs' to $sysnames in config.make,
  3730.     and don't frob Sysnames or sysdirs files at all.
  3731.     * find-sysdirs: File removed.
  3732.     * Makefile (distribute): Remove find-sysdirs.
  3733.     (sysd-dirs): Depend on config.make instead of config.make.
  3734.     Use $(sysdirs) in place of `cat $<`.
  3735.     * aclocal.m4: New file.
  3736.     * sysdeps/unix/common/configure.in: New file, contains checks for
  3737.     sys_siglist and ctype glue moved from top-level configure.in.
  3738.     * Makerules (sysdirs, Sysnames): Rules removed.
  3739.     Don't include sysdirs.
  3740.     (sysdirs): Define variable from $(config-sysdirs).
  3741.     (sysd-Makefile): Depend on config.make instead of sysdirs.
  3742.     Use $(sysdirs) instead of filtering the sysdirs file.
  3743.     * Make-dist (+sysdep-tsrcs): Include configure and configure.in
  3744.     from sysdep dirs.
  3745.     (dist.tar): Use o flag to tar for compatible archives.
  3746.     (dist): Depend on foo.z instead of foo.Z.
  3747.     ($(tardir){-crypt,}.tar.z): Renamed from .Z.
  3748.     (%.z: %): New rule.
  3749.     (%/configure: %/configure.in): New rule.
  3750.  
  3751. Mon May  3 17:45:06 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3752.  
  3753.     * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: New file.
  3754.  
  3755.     * sysdeps/unix/sysv/sco3.2.4/direct.h: New file.
  3756.  
  3757.     * sysdeps/unix/readdir.c: Moved from unix/bsd, rewritten to always
  3758.     use __getdirentries and D_NAMLEN macro, no #ifdefs.
  3759.     * sysdeps/unix/sysv/readdir.c, sysdeps/unix/bsd/bsd4.4/readdir.c,
  3760.     sysdeps/unix/bsd/ultrix4/readdir.c,
  3761.     sysdeps/unix/bsd/hp/m68k/readdir.c,
  3762.     sysdeps/unix/bsd/sun/readdir.c: Files removed.
  3763.     * sysdeps/unix/common/{close,open,rewind,seek,tell}dir.c: Moved to
  3764.     sysdeps/unix.
  3765.     * sysdeps/unix/sysv/direct.h: New file.
  3766.     * sysdeps/unix/bsd/direct.h (D_NAMLEN): Define to use d_namlen.
  3767.     * sysdeps/unix/sysv/sysv4/direct.h (D_NAMLEN): Define to calculate
  3768.     from d_reclen.
  3769.     * sysdeps/unix/__getdents.c: New file.
  3770.     * sysdeps/stub/direct.h: New file.
  3771.     * sysdeps/unix/bsd/Dist: Remove bsddir.h.
  3772.     * sysdeps/unix/sysv/sysv4/readdir.c: Moved to unix/sysv.
  3773.     * sysdeps/unix/sysv/sysv4/bsddir.h: Renamed to direct.h.
  3774.     * sysdeps/unix/bsd/bsddir.h: Likewise.
  3775.     * sysdeps/unix/common/opendir.c: Include "direct.h", not "bsddir.h".
  3776.     * sysdeps/unix/sysv/sysv4/readdir.c: Likewise.
  3777.     * dirent/Makefile (distribute): Define to include direct.h.
  3778.  
  3779.     * sysdeps/unix/common/opendir.c: Be sure to close FD if fcntl fails.
  3780.  
  3781.     * sysdeps/generic/memcopy.h: #include <sys/cdefs.h> and use __P
  3782.     prototypes instead of EXFUN.
  3783.  
  3784.     * sysdeps/generic/memcmp.c (__ptr_t, const): Define as appropriate
  3785.     conditional on [__cplusplus || __STDC__].
  3786.  
  3787. Thu Apr 29 21:48:37 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3788.  
  3789.     * Makefile ($(libc.a)): Make this, not lib, depend on subdir_lib.
  3790.  
  3791.     * Makerules ($(objpfx)%.{o,dep} rules): Remove spurious / after
  3792.     $(objpfx) in dependency patterns.
  3793.  
  3794.     * sysdeps/unix/bsd/sun/sparc/start.c (_start): Define with
  3795.     `asm ("start")', so its asm name is `start' rather than `__start'.
  3796.     Remove asm that did a `.set' pseudo-op, which Sun as seems not to grok.
  3797.  
  3798. Wed Apr 28 12:59:46 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3799.  
  3800.     * sysdeps/stub/system.c: Return 0 if LINE is nil.
  3801.  
  3802.     * sysdeps/unix/__execve.S [!SYS_execve && SYS_exec]: Define
  3803.     SYS_execve to be SYS_exec.
  3804.  
  3805.     * time/mktime.c: Include <sys/types.h>.
  3806.  
  3807. Mon Apr 26 17:10:21 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3808.  
  3809.     * sysdeps/generic/memcmp.c: Deansideclized.
  3810.     [HAVE_CONFIG_H]: Include "config.h".
  3811.     [HAVE_STRING_H || _LIBC]: Put #include <string.h> under this.
  3812.     [_LIBC]: Put #include <memcopy.h> under this conditional.
  3813.     [! _LIBC]: Define op_t, OPSIZ, byte, and MERGE.
  3814.  
  3815.     * time/mktime.c: Define __isleap if not defined.
  3816.  
  3817. Fri Apr 23 18:08:33 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3818.  
  3819.     * sysdeps/unix/sysv/__getdents.c: New file.
  3820.     * sysdeps/unix/sysv/sysv4/sys_getdents.S: Moved to unix/sysv.
  3821.     * sysdeps/unix/sysv/Makefile [subdir==dirent]: Add sys_getdents to
  3822.     sysdep_routines.
  3823.     * sysdeps/unix/sysv/Dist: Add sys_getdents.S.
  3824.     * sysdeps/unix/sysv/sysv4/Dist: Remove it from here.
  3825.     * sysdeps/unix/sysv/sysv4/Makefile: File removed.
  3826.  
  3827. Thu Apr 22 17:40:28 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3828.  
  3829.     * sysdeps/unix/bsd/sony/newsos4/m68k/sysdep.h: New file.
  3830.  
  3831.     * sysdeps/generic/strsep.c: Set *STRINGP to END+1, not END.
  3832.  
  3833.     * configure.in (arg parsing): Grok --verbose and set verbose=yes.
  3834.  
  3835.     * sysdeps/sparc/{umul,mul}.S: Remove ' from ! comment.
  3836.  
  3837.     * sysdeps/sparc/Makefile (*.S): Find divrem.m4 in this sysdeps dir.
  3838.  
  3839.     * sysdeps/unix/bsd/sun/sunos4/speed.c (cfset[io]speed): Typo fix.
  3840.  
  3841.     * sysdeps/unix/bsd/sun/sparc/vfork.S: Use a sethi insn and %g1 as
  3842.     a temporary, rather than expecting the address to fit into a short
  3843.     jump.
  3844.  
  3845.     * sysdeps/unix/bsd/__fork.S: Moved to sysdeps/unix/__fork.S; we
  3846.     want unix/MACHINE/__fork.S to come first.
  3847.  
  3848.     * sysdeps/unix/bsd/bsd4.4/__wait3.c: Make STAT_LOC type
  3849.     `__WAIT_STATUS' (defined in <sys/wait.h>).
  3850.     * sysdeps/unix/bsd/sun/sunos4/__wait4.c: Likewise.
  3851.  
  3852.     * signal/sigvec.c: Change args from `struct __sigvec *' to
  3853.     `struct sigvec *' in function alias.
  3854.  
  3855.     * signal/sigproc.c: Make arg SET `const sigset_t *' in fn alias.
  3856.  
  3857.     * signal/sigaction.c: Change args from `struct __sigaction *' to
  3858.     `struct sigaction *' in function alias.
  3859.  
  3860.     * sysdeps/unix/common/glue-ctype.c (main) [! TABLE]: Write just a
  3861.     comment saying we don't know the table name, rather than barfing
  3862.     with `TABLE' an undefined variable.
  3863.  
  3864.     * sysdeps/generic/printf_fp.c: Fixed test to chose %e format.
  3865.     Make loop condition --J > 0; break out of loop when FPNUM < F.
  3866.     After loop, use %e format iff J <= 0.
  3867.  
  3868.     * posix/glob/Makefile.in (.c.o): Put $(CFLAGS) last.
  3869.     (glob.o): Depend on glob.c.
  3870.     (fnmatch.o): Depend on fnmatch.c.
  3871.  
  3872. Wed Apr 21 12:40:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3873.  
  3874.     * sysdeps/posix/Makefile (before-compile): Add stdio_lim.h.
  3875.  
  3876.     * configure.in (signed size_t test): Remove 's from rhs of AC_DEFINE.
  3877.  
  3878.     * stdio/internals.c (seek_to_target): If __stdio_check_offset
  3879.     fails with ESPIPE, do nothing.
  3880.  
  3881.     * sysdeps/generic/printf_fp.c: For %e type, add K-1 to CUTOFF,
  3882.     rather than K.
  3883.     When there are no post-decimal digits, never write a decimal point
  3884.     for a %g spec unless it had a # modifier.
  3885.     Move K==-1 test to write decimal point before K==CUTOFF test to
  3886.     round and write last digit.
  3887.     Merge code for first post-decimal digit with code for remaining digits.
  3888.     Move code to write leading fractional zeros inside K<0 test which
  3889.     determines if any will be needed.
  3890.     In decimal fraction notation code, use R10 temporary instead of
  3891.     repeating (R * 10) twice.
  3892.  
  3893.     * stdio/fwrite.c: Only fail when __stdio_check_offset fails if it
  3894.     failed with ESPIPE.  If offset==-1, don't change it or target.
  3895.  
  3896.     * sysdeps/posix/defs.c (stdstream): Rearrange initializers, as
  3897.     FILE has been rearranged.  Set offset and target to -1, not 0.
  3898.  
  3899.     * sysdeps/posix/stdio_init.c: If STREAM isatty, set its seek
  3900.     function to NULL.  Unix bites.
  3901.  
  3902.     * stdio/ungetc.c: Call __flshfp if linebuf_active or put_limit>buffer.
  3903.  
  3904.     * sysdeps/unix/bsd/sun/sparc/start.c [__GNUC__ < 2]: #error.
  3905.  
  3906.     * time/mktime.c: Deansideclized.
  3907.     Don't include <errno.h> or <limits.h>; we don't need them.
  3908.     [DEBUG] (printtm): Made static.
  3909.     [HAVE_CONFIG_H]: Include "config.h".
  3910.     [__GNU_LIBRARY__ || HAVE_LIMITS_H]: Surround #include <limits.h>
  3911.     with these conditionals.
  3912.  
  3913.     * time/offtime.c (__mon_lengths): Move defn to mktime.c; replace
  3914.     with extern decl.
  3915.     * time/mktime.c (__mon_lengths): Define here; remove extern decl.
  3916.  
  3917. Mon Apr 19 18:42:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3918.  
  3919.     * sysdeps/stub/tempname.c: New file.
  3920.     * sysdeps/stub/sysd-stdio.c (__stdio_gen_tempname): Moved there.
  3921.     * sysdeps/posix/tempname.c: New file.
  3922.     * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Moved there.
  3923.  
  3924.     * stdio/fopen.c: Don't set the offset to zero.  That can falsely
  3925.     give the impression that an unseekable object is seekable.
  3926.  
  3927.     * stdio/internals.c (__flshfp): Discard any pushed back character
  3928.     first thing after sanity checks.
  3929.     (__flshfp): Deconditionalize code to call the output-room
  3930.     function; we always want to give it a chance to prime the stream.
  3931.     Remove code that reset bufp if put_limit==buffer.  We want to let
  3932.     the output-room function do that--that is priming the stream.
  3933.  
  3934. Fri Apr 16 12:24:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3935.  
  3936.     * Makerules ($(libc.a)): Depend on lib-noranlib and have ranlib
  3937.     command line.
  3938.     (lib): Just depend on $(libc.a).
  3939.  
  3940.     * sysdeps/unix/bsd/sun/sparc/start.c (init_shlib): Use __environ,
  3941.     not environ.
  3942.  
  3943.     * stdio/internals.c (__flshfp): Don't check that the buffer
  3944.     actually contains anything when setting the put_limit to the end of
  3945.     the buffer if linebuf_active.
  3946.     (__flshfp): To write C into the buffer !FLUSH_ONLY, don't check
  3947.     that bufp > buffer and get_limit == buffer.  Check against
  3948.     put_limit unless linebuf_active (in which case check against the
  3949.     real put_limit, fp->__buffer + fp->__bufsize).
  3950.     (__flshfp): Bother to call the output-room function if !FLUSH_ONLY
  3951.     or bufp > buffer and get_limit <= linebuf-corrected put_limit.
  3952.     (__flshfp): Check for a NULL output-room function before checking
  3953.     if C will fit in the buffer.
  3954.     (flushbuf): After putting C into the buffer,
  3955.     set BUFFER_WRITTEN to zero and goto end instead of returning.
  3956.  
  3957.     * stdio/ungetc.c: Test STREAM->__pushed_back before flushing the
  3958.     STREAM if it's writable.
  3959.  
  3960.     * posix/glob.c, posix/fnmatch.c: Surround code with 
  3961.     #if defined (_LIBC) || !defined (__GNU_LIBRARY__)
  3962.  
  3963. Thu Apr 15 19:35:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3964.  
  3965.     * string/tester.c (main): Added tests for strsep.
  3966.  
  3967.     * sysdeps/ieee754/frexp.c: New file.
  3968.  
  3969. Wed Apr 14 12:49:10 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3970.  
  3971.     * Makerules (ar-it): Add c flag to ar commands.
  3972.  
  3973.     * posix/glob.c [USG, NeXT]: Don't test these.
  3974.     [HAVE_STRING_H]: Test this to include string.h and define ANSI_STRING.
  3975.     [HAVE_MEMORY_H]: Test this instead of NEED_MEMORY_H.
  3976.     [! ANSI_STRING]: Put decls of bcopy and #define of memcpy et al here.
  3977.  
  3978.     * posix/fnmatch.c [HAVE_CONFIG_H]: #include "config.h".
  3979.  
  3980. Mon Apr 12 16:34:53 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3981.  
  3982.     * posix/glob.c: Rationalize directory header conditionals.
  3983.  
  3984. Sun Apr 11 18:53:50 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3985.  
  3986.     * stdio/internals.c: Remove __libc_fatal.
  3987.     * sysdeps/stub/sysd-stdio.c: Remove __stdio_errmsg.
  3988.     * sysdeps/posix/sysd-stdio.c: Likewise.
  3989.     * sysdeps/stub/libc_fatal.c, sysdeps/posix/libc_fatal.c: New files.
  3990.     * stdio/Makefile (routines): Add libc_fatal.
  3991.  
  3992.     * stdio/stdio.h (FILE): Add new member `__linebuf_active' (flag).
  3993.     Rearranged order of members slightly.
  3994.     * stdio/setvbuf.c: Clear the linebuf_active flag.
  3995.     * stdio/fseek.c: Likewise.
  3996.     * stdio/internals.c (__flshfp): Test linebuf_active, not linebuf,
  3997.     to decide to reset put_limit before calling the output-room function.
  3998.     After calling it, if line-buffered, set put_limit to the
  3999.     beginning of the buffer and set the linebuf_active flag.
  4000.     (__fillbf): If linebuf_active is set, reset put_limit to the end
  4001.     of the buffer, and clear the flag.
  4002.  
  4003.     * stdio/ungetc.c: If STREAM is writable and has something in its
  4004.     buffer, flush it.
  4005.  
  4006.     * stdio/internals.c (__fillbf): When flushing all line-buffered
  4007.     streams, don't test for their put_limits being > than their
  4008.     buffers.  We should let __flshfp figure it out.
  4009.  
  4010.     * stdio/setvbuf.c: Always set the put_limit to the beginning of
  4011.     the buffer.
  4012.  
  4013.     * stdio/stdio.h    (__putc): Rewritten to remove all knowledge of
  4014.     magic for line-buffered streams.  It now always calls __flshfp when
  4015.     the bufp hits the put_limit.
  4016.  
  4017.     * stdio/fwrite.c: When recalculating BUFFER_SPACE after calling
  4018.     __flshfp, ignore the put_limit for the sake of line-buffered streams.
  4019.  
  4020.     * stdio/fseek.c (fseek): Call __flshfp on STREAM unconditionally.
  4021.     We don't want to try to put the conditions for when it is
  4022.     necessary here as well.
  4023.  
  4024.     * sysdeps/generic/printf_fp.c: When deciding whether to use %e
  4025.     format for %g, break out of the loop on J as soon as F reaches
  4026.     FPNUM; after the loop, set TYPE to 'e' if J<0, meaning we went all
  4027.     the way through.
  4028.  
  4029.     * misc/getpass.c (TCSASOFT): Define to 0 if undefined.
  4030.     (getpass): Use a variable OUT to store the stream where output goes.
  4031.     Use a variable NREAD to notice how much was read; if the last char
  4032.     in the buffer is a newline, clobber it to a null terminator.
  4033.  
  4034.     * posix/fnmatch.h [__cplusplus || __STDC__]: Don't #define const.
  4035.  
  4036. Thu Apr  8 19:29:37 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4037.  
  4038.     * stdio/tst-printf.c (main): Added some floating-point tests.
  4039.  
  4040.     * sysdeps/unix/bsd/sequent/i386/__sigvec.S: New file.
  4041.  
  4042.     * sysdeps/unix/sysv/i386/__sigret.S: Moved to sysdeps/unix/i386.
  4043.     Use DO_CALL instead of magic.
  4044.  
  4045.     * sysdeps/unix/bsd/i386/__wait3.S: Use DO_CALL instead of magic.
  4046.     Use scratch instead of %ecx and r1 instead of %edx.
  4047.  
  4048.     * sysdeps/unix/bsd/i386/__vfork.S: Rewritten to not use SYSCALL__.
  4049.     Use DO_CALL instead, and save the return PC in a register around
  4050.     the trap.
  4051.  
  4052.     * sysdeps/unix/i386/sysdep.h (DO_CALL): New macro to do syscall trap.
  4053.     (PSEUDO): Use it instead of putting the code here.
  4054.  
  4055.     * stdio/vfprintf.c (number): Write "0x" before padding, not after.
  4056.  
  4057.     * sysdeps/unix/bsd/sequent/i386/sysdep.h: New file.
  4058.  
  4059.     * sysdeps/unix/bsd/__setuid.c: #include <sys/types.h>.
  4060.     Change argument type to uid_t.
  4061.     * sysdeps/unix/bsd/__setgid.c: #include <sys/types.h>.
  4062.     Change argument type to gid_t.
  4063.  
  4064.     * sysdeps/unix/common/__getgrps.c: Restore errno after erroneous
  4065.     syscall failure.
  4066.  
  4067.     * stdio/tst-printf.c (fp_test): New function, batch of tests from
  4068.     a bug report.
  4069.     (main): Call it.
  4070.  
  4071. Wed Apr  7 17:17:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4072.  
  4073.     * sysdeps/generic/pow.c (pow_p): Don't initialize K; was a dead store.
  4074.  
  4075. Mon Apr  5 21:17:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4076.  
  4077.     * sysdeps/unix/common/__getgrps.c: If __bsd_getgroups returns an
  4078.     error and SIZE==0, alloc temp space for NGROUPS_MAX elts and call
  4079.     it again on that, so we can find the number of groups.
  4080.  
  4081.     * stdio/__vfscanf.c (input_error): If DONE is nonzero, return it;
  4082.     else return EOF.
  4083.     (%c): Don't check for C==EOF at the end; let the following spec get it.
  4084.     (%[eEfgG]): EOF after sign is conv_error, not input error.
  4085.  
  4086.     * sysdeps/unix/common/__getgrps.c: If gid_t==int, pass LIST to
  4087.     __bsd_getgroups, not NULL.
  4088.     No error for SIZE > NGROUPS_MAX.
  4089.  
  4090. Sun Apr  4 18:52:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4091.  
  4092.     * sysdeps/unix/{bsd,sysv}/i386/Implies: Files removed.
  4093.     They should no longer be necessary, since configure now tries more
  4094.     sysdeps directory permutations.
  4095.  
  4096.     * sysdeps/unix/bsd/{i386,sun/sparc,hp/m68k,ultrix4/mips}/__set[ug]id.S:
  4097.     Files removed.  They should no longer be necessary, since the new
  4098.     sysdeps scheme should find unix/bsd/__set[gu]id.c before
  4099.     unix/__set[gu]id.S.
  4100.  
  4101.     * sysdeps/unix/i386/__pipe.S: Use r1 in place of %edx and scratch
  4102.     in place of %ecx.
  4103.     * sysdeps/unix/i386/__wait.S: Likewise.
  4104.     * sysdeps/unix/i386/__fork.S: Use r1 in place of %edx and r0 in
  4105.     place of %eax.
  4106.     * sysdeps/unix/i386/__vfork.S: Likewise.
  4107.     * sysdeps/unix/i386/sysdep.h (scratch): #define as %ecx.
  4108.     * sysdeps/unix/sysv/i386/linux/sysdep.h: Likewise.
  4109.  
  4110.     * configure.in ($uname = generic): Set kernel_{version,release} to
  4111.     empty before all else.
  4112.     If /vmunix doesn't exist, try grovelling over /dynix instead.
  4113.  
  4114.     * sysdeps/unix/Makefile (syscall.h): Double $ in sed cmd.
  4115.  
  4116. Fri Apr  2 15:15:44 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4117.  
  4118.     * configure.in (config_vars): New variable; text to go in config.make.
  4119.     Use AC_HEADER_EGREP to grovel stdarg.h for __gnuc_va_list and set
  4120.     stdarg.h in config_vars if we find it.
  4121.  
  4122.     * sysdeps/unix/bsd/sun/sunos4/tcsendbrk.c,
  4123.     sysdeps/unix/bsd/sun/sunos4/tcflow.c,
  4124.     sysdeps/unix/bsd/sun/sunos4/tcflush.c,
  4125.     sysdeps/unix/bsd/sun/sunos4/tcsetattr.c,
  4126.     sysdeps/unix/bsd/sun/sunos4/__tcgetatr.c: New files.
  4127.  
  4128.     * sysdeps/unix/Makefile (syscall.h): Add sed cmd to terminate
  4129.     unterminated comments at the ends of lines.
  4130.  
  4131.     * sysdeps/posix/getcwd.c: Deansideclized and added four tons of
  4132.     portability goop.
  4133.  
  4134. Mon Mar 29 13:18:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4135.  
  4136.     * sysdeps/unix/bsd/sun/sunos4/speed.c: New file.
  4137.  
  4138.     * sysdeps/generic/termbits.h: New file, contents taken from termios.h.
  4139.     * termios/termios.h: Remove type & macro defns; #include <termbits.h>.
  4140.     [__OPTIMIZE__] (cf[gs]et[io]speed): Remove macro versions.  They
  4141.     just cause trouble because they want to be in termbits.h (since
  4142.     they are sysdep) and also to come after the prototypes (which must
  4143.     come after termbits.h to get speed_t and struct termios defined).
  4144.     The optimization was insignificant anyway.
  4145.     * termios/speed.c: Moved to sysdeps/generic.
  4146.  
  4147.     * termios/cfsetspeed.c: Call cfset[io]speed, rather than doing it
  4148.     ourselves.
  4149.  
  4150.     * time/__tzset.c (tz_rule): Make member `secs' not a bitfield.
  4151.     (compute_change): Complete rewrite; code basically stolen from
  4152.     localtime3/localtime.c:transtime.
  4153.     #include "tzfile.h" for SECSPERDAY; #define NOID first.
  4154.  
  4155.     * sysdeps/unix/bsd/i386/__vfork.S: Don't try to #include __fork.S.
  4156.     Instead, copy that code here and change `fork' to `vfork'.
  4157.  
  4158.     * Makeconfig (+default_cflags): Rename to default_cflags.
  4159.     (+cflags): Use that name.
  4160.  
  4161.     * Makefile (configure): New rule.
  4162.  
  4163. Sun Mar 28 16:12:33 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4164.  
  4165.     * posix/fnmatch.c (case '*'): Before final loop, fold C1, rather
  4166.     than foling *P before it goes into C1.  C might need folding instead.
  4167.  
  4168.     * posix/Makefile (tests): Add testfnm.
  4169.     * posix/testfnm.{c,args}: New files.
  4170.  
  4171. Fri Mar 26 15:04:27 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4172.  
  4173.     * time/mktime.c: Wholly new implementation from Noel Cragg.
  4174.  
  4175.     * sysdeps/unix/bsd/sun/__sigret.S: New file.
  4176.     * sysdeps/unix/bsd/sun/m68k/{Makefile,Dist}: New files.
  4177.     * sysdeps/unix/bsd/sun/m68k/{sigcontext.h,sigtramp.c}: New files.
  4178.     * sysdeps/unix/bsd/sun/sparc/__sigvec.S: Moved to sysdeps/unix/bsd/sun.
  4179.  
  4180.     * Makefile (clean): Remove sysd-Makefile, sysd-dirs, sysdirs
  4181.     (distclean): New target.
  4182.     * sysdeps/unix/common/Makefile (generated): Add local_lim.h,
  4183.     mk-local_lim, glue-ctype, glue-ctype.c, siglist.c, make_siglist.
  4184.     * sysdeps/generic/Makefile (generated): Add bytesex.h,
  4185.     det_endian, siglist.c, make_siglist.
  4186.     * sysdeps/unix/Makefile (generated): Add errnos.h, errnos,
  4187.     make-errnos, make-errnos.c, ioctls.h, ioctls, make-ioctls,
  4188.     make-ioctls.c, errlist.c, make_errlist, syscall.h, sys/param.h,
  4189.     param.h.c, param.h.dep, $(sys/param.h-includes).
  4190.  
  4191.     * misc/Makefile (extra-objs): Define new var to include bsd-compat.o.
  4192.  
  4193. Fri Mar 26 14:53:30 1993  Michael John Haertel  (mike@skinner.cs.uoregon.edu)
  4194.  
  4195.     * malloc/malloc.c (malloc): Start searching at _heapindex, not
  4196.     MALLOC_SEARCH_START.
  4197.     * malloc/malloc.h (MALLOC_SEARCH_START): Macro removed.
  4198.     * malloc/realloc.c (realloc): When malloc returns NULL, handle the
  4199.     case of the block we need to unfree (which was just freed) having
  4200.     been coalesced with its neighbors.
  4201.  
  4202. Thu Mar 25 13:40:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4203.  
  4204.     * Rules (all): Depend on others.
  4205.  
  4206.     * time/Makefile (zonenames): Change target to $(objpfx)zonenames.
  4207.     Make the generated file prepend $(objpfx) to 
  4208.     Include that instead of zonenames.
  4209.     (zones-%): Change target to $(objpfx)zones-%.
  4210.  
  4211.     * Makefile ($(objpfx)Mcrt1.o): Put temporary Mcrt1.c file in
  4212.     $(objdir), rather than the current directory.
  4213.  
  4214.     * configure.in (arg parsing): Recognize `--exec-prefix' rather
  4215.     than `--exec_prefix'.
  4216.  
  4217.     * Rules (mostlyclean): Remove the .o files for $(tests) and $(others).
  4218.     Remove $(objpfx)depend-$(subdir).
  4219.     (clean): Remove $(extra-objs).
  4220.     * Makefile (clean): Remove $(install-lib) from $(objdir).
  4221.     Don't try to remove ansi/ and trad/ or dist.tar or lint.out.
  4222.     Remove $(objpfx)depend-.
  4223.     * time/Makefile (extra-objs): Define new var.
  4224.     * malloc/Makefile (extra-objs): Likewise.
  4225.  
  4226.     * Rules (+objs): Variable removed.
  4227.     (clean): Use $(objects) in place of $(+objs).
  4228.  
  4229.     * sysdeps/unix/Makefile (sys/param.h-includes): Move all this
  4230.     outside of ifeq ($(subdir),misc).
  4231.     Fixed sed command to filter out [hn]to[nh][sl].
  4232.     (sys/param.h-includes): New target; dep on $(sys/param.h-includes).
  4233.  
  4234.     * posix/fnmatch.h [!_POSIX_C_SOURCE || ...]: Make this test
  4235.     _GNU_SOURCE, not _BSD_SOURCE; these are our extensions, not theirs.
  4236.     (FNM_CASEFOLD): New bit.
  4237.     (__FNM_FLAGS): Removed macro.
  4238.     * posix/fnmatch.c (fnmatch): Don't test for bogus flag bits; who cares?
  4239.     (FOLD): New macro to casefold a char if FNM_CASEFOLD.
  4240.     Use it to fold all chars before comparison.
  4241.  
  4242. Wed Mar 24 16:09:26 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4243.  
  4244.     * malloc/Makefile (malloc/%.c, malloc/%.h): Rules removed.
  4245.  
  4246.     * stdio/stdio.h (fopencookie): Rename parameter IO_FUNCTIONS to
  4247.     IO_FUNCS.  The former conflicted with a typedef name, which ist
  4248.     verboten.
  4249.  
  4250.     * time/sys/time.h (enum __itimer_which): Remove trailing comma.
  4251.  
  4252. Mon Mar 22 15:35:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4253.  
  4254.     * malloc/malloc.h [_MALLOC_INTERNAL]
  4255.     [__GNU_LIBRARY__ || STDC_HEADERS || USG] (memmove): Define in
  4256.     terms of bcopy.
  4257.     * malloc/malloc/gmalloc-head.c: Redo previously undone change.
  4258.  
  4259. Thu Mar 18 04:59:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4260.  
  4261.     * malloc/malloc/gmalloc-head.c: Undo previous change.
  4262.  
  4263. Wed Mar 17 12:22:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4264.  
  4265.     * mach/mach.h: New file.
  4266.  
  4267.     * Rules (clean): Remove $(generated), not $(clean-extras).
  4268.     (subdir_echo-distinfo): Use $(generated) instead of $(dont_distribute).
  4269.     (generated): Export this instead of dont_distribute.
  4270.     * stdlib/Makefile (generated): Set this, not dont_distribute.
  4271.     * sysdeps/posix/Makefile: Likewise.
  4272.     * sysdeps/unix/sysv/Makefile: Likewise.
  4273.     * sysdeps/unix/Makefile: Likewise.
  4274.     * Makefile (generated): Export this instead of dont_distribute.
  4275.     (parent_echo-distinfo): Use $(generated) instead of $(dont_distribute).
  4276.     * Make-dist (+tsrcs): Filter out $(generated), not $(dont_distribute).
  4277.  
  4278.     * mach/mach_init.h (__mach_task_self): Define so as not an lvalue.
  4279.     (mach_task_self): Surround defn with parens.
  4280.  
  4281.     * sysdeps/unix/Makefile (sys/param.h): Put "#include <endian.h>" in.
  4282.     ($(sys/param.h-includes)): Edit out #define's of *_ENDIAN and
  4283.     BYTE_ORDER.
  4284.  
  4285.     * stdlib/tst-strtol.c (tests): Fully bracket initializers.
  4286.  
  4287.     * stdio/bug4.c: Change #ifdef LIBC to #ifdef _LIBC.
  4288.  
  4289.     * misc/progname.c (set_progname): Make a useless reference to
  4290.     set_progname to avoid a `defined but not used' warning.
  4291.  
  4292.     * sysdeps/mach/i386/start.c (_cthread_{init,exit}_routine): Remove
  4293.     `extern'; these want to be uninitialized common defns.
  4294.  
  4295. Mon Mar 15 18:41:05 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4296.  
  4297.     * sysdeps/unix/bsd/__times.c (timeval_to_clock_t): Put __inline
  4298.     before storage class in defn.
  4299.  
  4300.     * sysdeps/unix/sysv/signum.h (SIG_ERR, SIG_DFL, SIG_IGN): Cast
  4301.     values to __sighandler_t, rather than obsolete ansidecl magic.
  4302.  
  4303.     * sysdeps/unix/__execve.S [!SYS_execve && SYS_exece]: Define
  4304.     SYS_execve to be SYS_exece.
  4305.  
  4306.     * sysvipc: New directory.
  4307.     * sysvipc/Makefile: New file.
  4308.     * sysvipc/sys/ipc.h: New file.
  4309.  
  4310. Fri Mar 12 15:31:44 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4311.  
  4312.     * posix/execlp.c (execlp): Remove spurious second declared parameter.
  4313.     Don't fill ARGV[0] specially; just let the loop do it.
  4314.     * posix/unistd.h (execlp): Remove spurious second declared parameter.
  4315.  
  4316. Thu Mar 11 13:58:47 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4317.  
  4318.     * Makerules (sysd-Makefile): Write %.dep: %.S and %.dep: %.c rules.
  4319.     Depend on Makerules.
  4320.     ($(objpfx)%.{o,dep}: $(objpfx)/%.{S,c,s}): New rules to find
  4321.     sources in $(objpfx) before sysdep directories.
  4322.  
  4323.     * configure.in (signed size_t check): Use eval on $CPP, since it
  4324.     contains unexpanded variable refs.
  4325.     Send grep output to /dev/null.
  4326.     Put quotes around 'unsigned long int'.
  4327.  
  4328. Wed Mar 10 18:32:11 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4329.  
  4330.     * features.h [! _LIBC]: #include <stubs.h>.
  4331.     * Makerules (stubs): New phony target.
  4332.     ($(common-objpfx)stub-$(subdir)): New target.
  4333.     * Makefile (headers): Add stubs.h.
  4334.     ($(objpfx)stubs.h): New target.
  4335.  
  4336.     * Makeconfig (CPPFLAGS): Define _LIBC, not LIBC.
  4337.  
  4338.     * Makerules (.SUFFIXES): Remove .m4; we no longer have any such files.
  4339.  
  4340.     * inet/netinet/in.h: Don't #include <inet-cvt.h>.
  4341.     (ntohl, ntohs, htonl, htons): Declare.
  4342.     #include <endian.h>.
  4343.     [__BYTE_ORDER == __BIG_ENDIAN] (ntohl, ntohs, htonl, htons):
  4344.     Define no-op macros.
  4345.     * inet/Makefile (headers): Remove inet-cvt.h.
  4346.     * sysdeps/vax/inet-cvt.h, sysdeps/generic/inet-cvt.h: Files removed.
  4347.     * sysdeps/generic/{ntohl,ntohs,htonl,htons}.c
  4348.     [BYTE_ORDER == LITTLE_ENDIAN]: Byte-swap X before returning it.
  4349.  
  4350. Tue Mar  9 11:32:35 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  4351.  
  4352.     * malloc/malloc/gmalloc-head.c: Remove #definitions of memset,
  4353.     memcpy, and memmove; this is taken care of by malloc.h anyway.
  4354.  
  4355. Mon Mar  8 15:12:32 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4356.  
  4357.     * sysdeps/mips/jmp_buf.h (JB_PC): Protect with #ifdef __USE_MISC.
  4358.  
  4359.     * sysdeps/unix/sysv/sysv4/sigaction.h: Put SA_* except for
  4360.     SA_NOCLDSTOP inside #ifdef __USE_MISC.
  4361.  
  4362. Mon Mar  8 15:05:13 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  4363.  
  4364.     * sysdeps/mips/jmp_buf.h (jmp_buf): Use `__ptr_t', not `PTR', for
  4365.     member types.
  4366.     (JB_PC): New define, for backwards compatability with Ultrix.
  4367.  
  4368.     * sysdeps/unix/sysv/sysv4/sigaction.h: New file.
  4369.  
  4370. Mon Mar  8 13:20:02 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4371.  
  4372.     * posix/glob/Makefile.in (VPATH): Set this to @srcdir@.
  4373.     (srcdir): Set this to $(VPATH).
  4374.  
  4375.     * posix/glob.c (glob): In no matches with GLOB_NOCHECK set case,
  4376.     add NULL terminator to PGLOB->gl_pathv.
  4377.     (prefix_array): Renamed arg PREFIX to DIRNAME, local var PRELEN to
  4378.     DIRLEN.  If DIRNAME is just "/", don't prepend it, so we get
  4379.     "/foo" instead of "//foo".
  4380.     (glob): Move qsort call outside of the else clause of the
  4381.     glob_pattern_p test; it should always be done.
  4382.  
  4383. Thu Feb 25 14:49:52 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4384.  
  4385.     * malloc/malloc.h [_MALLOC_INTERNAL]: Move #include <stdio.h> to
  4386.     front of file; it needs to come before size_t/ptrdiff_t frobnication.
  4387.  
  4388. Wed Feb 24 16:34:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4389.  
  4390.     * Makerules (compile-command.[Ssc]): New variables; define them if
  4391.     they are not already defined.
  4392.     (sysd-Makefile): For each directory, write three rules:
  4393.         %.o: $dir/%.[Ssc]; $(compile-command.[Ssc]).
  4394.     (sysdep_path): Remove definition and vpath directives.
  4395.     * sysdeps/m68k/Makefile (compile-command.S): Define our own version.
  4396.     ($(objpfx)%.o: %.S): Rule removed.
  4397.  
  4398.     * sysdeps/unix/sysv/linux/{__dup2,__mkdir,__rmdir,__setpgrp}.S:
  4399.     Removed.
  4400.     * sysdeps/unix/sysv/linux/Implies: Created; implies unix/common.
  4401.  
  4402.     * sysdeps/unix/sysv/sysv4/{sete[gu]id.S,fchdir.S,signum.h,__sigproc.S}:
  4403.     New files.
  4404.  
  4405.     * sysdeps/unix/sysv/sysv4/time.S: New file.
  4406.  
  4407.     * sysdeps/unix/common/Dist: New file; everything from
  4408.     sysdeps/unix/bsd/Dist except for bsdtty.h and bsddir.h.
  4409.     * sysdeps/unix/bsd/Dist: Remove things now in sysdeps/unix/common/Dist.
  4410.  
  4411.     * sysdeps/unix/bsd/sun/sparc/{__brk.c,__fork.S,__pipe.S,__vfork.S}:
  4412.     Moved to new directory sysdeps/unix/sparc.
  4413.  
  4414.     * sysdeps/unix/common/Implies: New file, in new directory; implies
  4415.     unix/inet only.
  4416.     * sysdeps/unix/bsd/Implies, sysdeps/unix/sysv/sysv4/Implies: New
  4417.     files; both imply unix/common.
  4418.     * sysdeps/unix/common/Makefile: Moved from sysdeps/unix/bsd.
  4419.     Changed references to unix/bsd to unix/common.
  4420.     * unix/bsd/{__access.S,__adjtime.S,__fchmod.S,__fchown.S,__getgrps.c,
  4421.     __getitmr.S,__getpgrp.S,__getrusag.S,__gettod.S,__lstat.S,__mkdir.S,
  4422.     __readlink.S,__rmdir.S,__setitmr.S,__setpgrp.S,__symlink.S,
  4423.     bsd_getgrp.S,closedir.c,ftruncate.S,getrlimit.S,glue-ctype.c,
  4424.     make_siglist.c,mk-local_lim.c,opendir.c,readv.S,rename.S,rewinddir.c,
  4425.     seekdir.c,setgroups.S,setrlimit.S,telldir.c,truncate.S,vhangup.S,
  4426.     writev.S,__dup2.S}: Moved to sysdeps/unix/common.
  4427.     * sysdeps/unix/sysv/sysv4/{__access.S,closedir.c,opendir.c,
  4428.     rewinddir.c,seekdir.c,telldir.c}: Removed.
  4429.  
  4430. Mon Feb 22 12:19:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4431.  
  4432.     * sysdeps/generic/pow.c (pow): Use __isnan to test for NaN rather
  4433.     than expecting "x!=x" to work.
  4434.     (pow_p): When testing if Y is an integer, use long int rather than
  4435.     int; they are different on some systems.  Compare against
  4436.     LONG_MIN+1, not LONG_MIN; (long int) (double) LONG_MIN might overflow.
  4437.  
  4438.     * malloc/dist-Makefile (gmalloc.c): Depend on Makefile.
  4439.  
  4440.     * malloc/Makefile (gmalloc-routines): New variable.
  4441.     (dist-routines): Use it.
  4442.     (malloc/Makefile): Also replace <GMALLOC-SOURCES> with
  4443.     $(gmalloc-routines).
  4444.     (malloc/Makefile): Make it unwritable to avoid accidental lossage.
  4445.     Depend on Makefile.
  4446.  
  4447.     * malloc/dist-Makefile (gmalloc): New variable: <GMALLOC-SOURCES>.
  4448.     (gmalloc.c): Use $(gmalloc), not $(sources).
  4449.     Make the file unwritable to avoid accidental lossage.
  4450.  
  4451.     * malloc/mtrace.c: Don't #include <stdio.h> because <malloc.h> did
  4452.     it for us.
  4453.  
  4454.     * malloc/valloc.c [! __GNU_LIBRARY__]: Replace hairy conditionals
  4455.     with #include "getpagesize.h".
  4456.     * malloc/Makefile (distribute, malloc-dist): Add getpagesize.h.
  4457.  
  4458. Sun Feb 21 18:29:30 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4459.  
  4460.     * sysdeps/sparc/Makefile (nodist-routines): Don't define.
  4461.     We want to distribute the generated divrem files; otherwise anyone
  4462.     building the library must have an m4 that works.
  4463.     ($(divrem).S): Put these in sysdeps/sparc, not in $(objdir).
  4464.     (routines): Only put this inside ifeq ($(subdir),gnulib).
  4465.  
  4466.     * sysdeps/unix/bsd/sun/m68k/Makefile: File removed.
  4467.  
  4468. Sat Feb 20 16:43:55 1993  Torbjorn Granlund  (tege@sics.se)
  4469.  
  4470.     * sysdeps/i386/memset.c: Move adjustment of LEN before first stosb.
  4471.     * sysdeps/i386/bzero.c: Likewise.
  4472.  
  4473. Thu Feb 18 14:34:00 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4474.  
  4475.     * malloc/mcheck.c (checkhdr): Use `const', not `__const'.
  4476.  
  4477. Mon Feb  1 19:19:13 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4478.  
  4479.     * sysdeps/m68k/fpu/__logb.c: Use two-operand forms of 68881 insns
  4480.     rather than the one-operand source==dest form.  Sun's sun3
  4481.     assembler apparently doesn't grok the one-operand form.
  4482.  
  4483.     * sysdeps/posix/getcwd.c: Call __lstat instead of stat.
  4484.     We should not lose on nonexistent symlink targets.
  4485.  
  4486. Thu Jan 21 20:12:25 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4487.  
  4488.     * posix/glob.c: Put #includes of <glob.h> and <fnmatch.h> after
  4489.     all system includes, in case one of them has conflicting defns of
  4490.     FNM_* or GLOB_*, so we will redefine.  #undef FNM_* and GLOB_*
  4491.     before including our headers.
  4492.  
  4493. Tue Jan 19 16:16:05 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4494.  
  4495.     * mach/Makefile (routines): Removed __bcopy.
  4496.     * mach/__bcopy.c: File removed.
  4497.  
  4498.     * posix/glob.c (my_realloc): Cast result of malloc/realloc to (char *).
  4499.  
  4500. Sat Jan 16 14:19:07 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4501.  
  4502.     * manual/summary.awk: Handle single word in braces.
  4503.  
  4504. Thu Jan 14 13:52:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4505.  
  4506.     * posix/glob/Makefile.in (realclean): Remove Makefile.
  4507.  
  4508. Mon Jan 11 18:32:56 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4509.  
  4510.     * sysdeps/unix/bsd/sony/m68k/Implies: Imply unix/bsd/hp/m68k, not
  4511.     unix/hp/m68k.
  4512.  
  4513.     * sysdeps/unix/bsd/tcsetattr.c: Use cbreak mode if ISIG is set,
  4514.     not if OPOST is set.
  4515.     Fixed typo in TOSTOP frobbing.
  4516.  
  4517. Tue Jan  5 15:11:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4518.  
  4519.     * posix/Makefile (glob.tar): Include glob/configure.in.
  4520.  
  4521. Mon Jan  4 17:05:44 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4522.  
  4523.     * posix/glob/Makefile.in (RANLIB): Define to @RANLIB@.
  4524.     (RANLIB_TEST): Removed.
  4525.     (libglob.a): Don't use it.
  4526.  
  4527. Thu Dec 31 13:08:20 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4528.  
  4529.     * sysdeps/unix/bsd/bsd4.4/{chflags,fchflags,setlogin}.S: Fix arg count.
  4530.  
  4531.     * sysdeps/posix/Makefile (mk-stdiolim): Use $(cded-objdir-CPPFLAGS).
  4532.     (cded-objdir-CPPFLAGS): Define new var.
  4533.  
  4534.     * sysdeps/unix/Makefile ($(sys/param.h-includes)): Strip trailing
  4535.     slash from directory name for mkdir.
  4536.  
  4537. Tue Dec 29 18:18:58 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4538.  
  4539.     * sysdeps/posix/sysd-stdio.c (exists): Return true if stat fails
  4540.     with other than ENOENT.
  4541.  
  4542.     * sysdeps/posix/__flock.c: New file.
  4543.  
  4544.     * malloc/Makefile (dist-headers): Define to malloc.h.
  4545.     (headers): Replace malloc.h with $(dist-headers).
  4546.     (malloc/Makefile): Use $(dist-headers) in place of $(headers).
  4547.     (malloc-dist, distribute): Replace ChangeLog with OChangeLog.
  4548.  
  4549.     * malloc/dist-Makefile (malloc.tar{,.Z}): Depend on FORCE.
  4550.     (FORCE): Define empty target.
  4551.  
  4552. Tue Dec 29 16:45:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4553.  
  4554.     * sysdeps/sparc/{umul,mul}.S: Use tege's shift+mask hack to avoid
  4555.     a test and branch for sign fixup.
  4556.  
  4557.     * limits.h [__GNUC__ >= 2]: #ifndef _GCC_LIMITS_H_, not _LIMITS_H_,
  4558.     to #include_next <limits.h>.
  4559.  
  4560.     * sysdeps/posix/getcwd.c: Call closedir after copying from the
  4561.     `struct dirent' buffer, not before.  That buffer is freed by closedir.
  4562.  
  4563.     * posix/gnu/types.h (__fd_set): Renamed member to `fds_bits' for
  4564.     compatibility with braindead extant code.
  4565.  
  4566.     * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Check for BUF
  4567.     being too small before doing sprintf.
  4568.  
  4569.     * malloc/malloc.h [_MALLOC_INTERNAL], malloc/valloc.c
  4570.     [HAVE_CONFIG_H]: #include "config.h".
  4571.  
  4572.     * Makefile (doc): Removed rule.
  4573.     (dvi, info): New rule.
  4574.  
  4575. Mon Dec 28 15:50:31 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4576.  
  4577.     * posix/glob.c [HAVE_CONFIG_H]: Test this, not SHELL, to decide
  4578.     whether or not we want to #include "config.h".
  4579.  
  4580. Wed Dec 16 12:01:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4581.  
  4582.     * inet/Makefile (routines): Removed ruserpass.  Why did it get
  4583.     included in the first place?  That version does not match the one
  4584.     in the NET2 ftp source; whence came it?
  4585.  
  4586. Sat Dec 12 16:41:03 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4587.  
  4588.     * sysdeps/unix/bsd/sun/sparc/start.c: Use .set, not GNU ld magic,
  4589.     to alias asm symbol `start' to `__start'.
  4590.  
  4591. Fri Nov 20 18:20:50 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4592.  
  4593.     * stdio/vfprintf.c (%p): Tests of LEFT for "(nil)" were inverted.
  4594.  
  4595.     * stdio/tst-printf.c (main): Add `printf ("%#03x\n", 1);'.
  4596.     Add a width to %p test.
  4597.  
  4598.     * stdio/vfprintf.c (unsigned_integer): Clear SHOWSIGN and SPACE
  4599.     flags before falling into `number:'.  The `+' and ` ' flags are
  4600.     only meaningful for signed numbers.
  4601.  
  4602.     * string/tester.c (main): For strstr #11, correct return is first
  4603.     arg, not end of first arg.
  4604.  
  4605.     * stdlib/mbtowc.c: If S is "", return 0.  How was I convinced
  4606.     before that this is not what ANSI says?
  4607.  
  4608.     * stdio/__vfscanf.c: Initialize MALLOC_STRING to zero on each
  4609.     iteration (when we zero is_short et al).
  4610.  
  4611.     * sysdeps/posix/mkstemp.c (mkstemp): New file.
  4612.     * sysdeps/stub/mkstemp.c (mkstemp): New file.
  4613.     * misc/Makefile (routines): Add mkstemp.
  4614.  
  4615.     * sysdeps/posix/mktemp.c: Use `getpid ()' in place of undefined
  4616.     variable PID.
  4617.     #include <sys/stat.h>.
  4618.  
  4619.     * dirent/scandir.c: If SELECT is nil, don't try to call it.
  4620.     If CMP is nil, don't sort.
  4621.  
  4622. Wed Nov 18 13:42:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4623.  
  4624.     * sysdeps/stub/__wait4.c: Changed type of 2nd arg to __WAIT_STATUS.
  4625.  
  4626.     * posix/sys/wait.h (__WAIT_STATUS): #if 0 out gcc2 magic defn.
  4627.     GCC is broken as of 2.3.1.
  4628.  
  4629.     * signal/signal.h (__sigaction, sigaction): Fixed type in
  4630.     prototype from `struct __sigaction' to `struct sigaction'.
  4631.  
  4632.     * sysdeps/m68k/fpu/atan2.c (PI, PIo4, PIo2): Removed static vars.
  4633.     (atan2): Declare PIo4 and PIo2 locally, and compute them from pi.
  4634.  
  4635.     * Makerules (native-CFLAGS): Define as $(config-defines).
  4636.  
  4637.     * sysdeps/unix/bsd/glue-ctype.c: Upcased all HAVE_* names in #ifdef's.
  4638.  
  4639.     * posix/fnmatch.h (FNM_LEADING_DIR): New flag.
  4640.     * posix/fnmatch.c (fnmatch): Support it.
  4641.  
  4642.     * sysdeps/i386/bytesex.h: New file.
  4643.     * sysdeps/i386/endian.h: Removed.
  4644.     * sysdeps/stub/bytesex.h: New file.
  4645.     * sysdeps/stub/endian.h: Removed.
  4646.     * sysdeps/generic/Makefile (bytesex.h): Create with det_endian.
  4647.     (endian.h): Removed old rule.
  4648.     (before-compile): Replace endian.h with bytesex.h.
  4649.     * string/Makefile (headers): Add bytesex.h.
  4650.     * string/endian.h: New file.
  4651.     * sysdeps/generic/det_endian.c: Rewritten to output just one line,
  4652.     a #define of __BYTE_ORDER to 1234, or 4321, etc.
  4653.     * inet/arpa/nameser.h: #include <endian.h>, rather than #ifdef'ing
  4654.     on misc. things to #define BYTE_ORDER.
  4655.     * sysdeps/generic/waitstatus.h: Test value of __BYTE_ORDER, not
  4656.     whether __LITTLE_ENDIAN is #define'd.
  4657.     * sysdeps/generic/mathimpl.h: Likewise.
  4658.     * sysdeps/generic/memcopy.h: Likewise.
  4659.     * sysdeps/ieee754/huge_val.h: Likewise.
  4660.     * sysdeps/ieee754/nan.h: Likewise.
  4661.     * sysdeps/ieee754/ieee754.h: Likewise.
  4662.  
  4663. Mon Nov 16 12:19:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4664.  
  4665.     * Makeconfig (ARCH): Define to empty if $(..)config.make exists.
  4666.  
  4667.     * misc/getusersh.c (initshells): malloc (STATB.st_size + 1), to
  4668.     contain the terminating NUL.  Pass fgets the real amount of space
  4669.     left in the buffer, instead of the random number (MAXPATHLEN + 1).
  4670.  
  4671.     * configure.in (minix*): base_os=unix/sysv.
  4672.     * sysdeps/unix/sysv/minix/sigaction.h: New file.
  4673.  
  4674.     * sysdeps/generic/sigaction.h (__SA_*): Renamed to SA_*.
  4675.     [__USE_BSD]: Put all but SA_NOCLDSTOP under this #ifdef.
  4676.     * signal/signal.h (SA_*): Remove #define's.
  4677.     (SIG_*): Moved #define's to sigaction.h.
  4678.  
  4679.     * sysdeps/generic/sigset.h (__sigmask): Shift ((sigset_t) 1), not
  4680.     just 1.
  4681.  
  4682.     * signal/signal.h (kill): Fix type of first arg to __pid_t, not int.
  4683.  
  4684.     * sysdeps/unix/Makefile (errnos): Changed regexp to disallow
  4685.     E[^A-Z0-9], and not to require that the defn be numeric only.
  4686.  
  4687.     * stdlib/stdlib.h: Don't #include <huge_val.h>; ANSI doesn't say
  4688.     <stdlib.h> defines HUGE_VAL.
  4689.  
  4690.     * stdlib/stdlib.h (__compar_fn_t): Use __P around prototype.
  4691.  
  4692.     * posix/Makefile (headers): Add utsnamelen.h, so it gets installed.
  4693.     (distribute): Remove it from here.
  4694.  
  4695.     * setjmp/setjmp.h (sigjmp_buf): Rename `__savemask' to
  4696.     `__mask_was_saved' and `__sigmask' to `__saved_mask'.
  4697.     * setjmp/sigjmp_save.c (__sigjmp_save): Change use.
  4698.     * setjmp/siglongjmp.c (siglongjmp): Likewise.
  4699.  
  4700. Fri Nov 13 17:34:00 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4701.  
  4702.     * configure.in (config.make): Write assignments for INSTALL,
  4703.     INSTALL_PROGRAM, INSTALL_DATA, and RANLIB.
  4704.  
  4705. Thu Nov 12 17:11:18 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4706.  
  4707.     * sysdeps/stub/stime.c: #include <stddef.h> for NULL.
  4708.  
  4709.     * sysdeps/stub/morecore.c: Fixed arg type to ptrdiff_t.
  4710.  
  4711.     * sysdeps/stub/ptrace.c: Fixed `va_start' uses to pass 2nd arg.
  4712.  
  4713.     * sysdeps/unix/sysv/sysv4/fcntlbits.h: New file, modified from
  4714.     unix/bsd/sun/sunos4 version.
  4715.  
  4716.     * sysdeps/unix/bsd/bsd4.4/fcntlbits.h: New file, modified from
  4717.     unix/bsd version.
  4718.  
  4719.     * sysdeps/unix/bsd/ultrix4/fcntlbits.h: New file, modified from
  4720.     unix/bsd version.
  4721.  
  4722.     * sysdeps/unix/bsd/sun/sunos4/fcntlbits.h: New file, modified from
  4723.     unix/bsd version.
  4724.  
  4725.     * sysdeps/unix/sysv/fcntlbits.h: Rewritten from stub version.
  4726.     * sysdeps/unix/sysv/filebits.h: File removed.
  4727.  
  4728.     * sysdeps/unix/bsd/fcntlbits.h: Rewritten from stub version.
  4729.     * sysdeps/unix/bsd/filebits.h: File removed.
  4730.  
  4731.     * io/fcntl.h: Don't #include <filebits.h>.
  4732.     Removed all #define's of foo to __foo; <fcntlbits.h> now defines
  4733.     the unmarked cases.
  4734.  
  4735.     * sysdeps/stub/fcntlbits.h: Remove leading __ from all symbols.
  4736.  
  4737.     * misc/sys/file.h (L_SET, L_INCR, L_XTND): Define to literal
  4738.     values, not to __ versions.  These are not system-dependent.
  4739.     (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Define to literal values,
  4740.     not to __ versions.  These are not actually system-dependent,
  4741.     because no system has `flock' except for BSD compatibility, and
  4742.     then they use the same numbers.
  4743.     * sysdeps/stub/fcntlbits.h (__L_SET, __L_INCR, __L_XTND): Removed.
  4744.     (__LOCK_SH, __LOCK_EX, __LOCK_UN, __LOCK_NB): Removed.
  4745.  
  4746. Tue Nov 10 17:01:11 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4747.  
  4748.     * sysdeps/stub/fcntlbits.h: Merged in contents of filebits.h.
  4749.     (struct __flock): Renamed to `struct flock'.
  4750.     * sysdeps/stub/filebits.h: File removed.
  4751.  
  4752.     * posix/unistd.h (access, lseek, close, read, write, pipe, chown,
  4753.     fchown, chdir, dup, dup2, execve, pathconf, fpathconf, sysconf,
  4754.     getpid, getppid, setpgrp, setpgid, setsid, getuid, getgid,
  4755.     geteuid, getegid, setuid, setreuid, setgid, setregid, fork, vfork,
  4756.     isatty, link, symlink, readlink, unlink, rmdir, gethostname,
  4757.     getpagesize, getdtablesize): Remove #define's to __ versions.
  4758.  
  4759.     * posix/sys/types.h: Don't #include <gnu/time.h>.
  4760.     Instead, use forward decl `struct timeval;'.
  4761.     (__select): Use `struct timeval', not `struct __timeval', in prototype.
  4762.     Move into #ifdef __USE_BSD.
  4763.     (select): Removed #define to __select; added real prototype.
  4764.  
  4765.     * sysdeps/generic/waitstatus.h: New file.
  4766.     * sysdeps/stub/waitflags.h: New file.
  4767.     * sysdeps/unix/bsd/waitflags.h: New file.
  4768.     * posix/sys/wait.h: Don't #include <gnu/wait.h>.
  4769.     Do #include <waitflags.h> and <waitstatus.h>.
  4770.     (WHOHANG, WUNTRACED): Don't #define to __ versions; <waitflags.h>
  4771.     will define the unmarked cases.
  4772.     (union __wait): Remove type decl and associated #define's for w_*;
  4773.     `union wait' (no __) is now defined in <waitstatus.h>.
  4774.     [__USE_BSD && __GNUC__ >= 2] (__WAIT_STATUS): Define as funky union.
  4775.     (waitpid, wait3, wait4, wait): Removed #define's to __ versions;
  4776.     added real prototypes.
  4777.     * posix/gnu/wait.h: File removed.
  4778.     * posix/Makefile (headers): Remove gnu/wait.h.
  4779.  
  4780.     * posix/sys/times.h [__OPTIMIZE__] (times): Removed #define to __times.
  4781.  
  4782.     * posix/sys/utsname.h: Removed decl of __uname_getnode.
  4783.  
  4784.     * time/sys/time.h: Don't #include <gnu/time.h>.
  4785.     Don't support __need_timeval.
  4786.     (struct timeval, struct timezone, struct itimerval,
  4787.     enum __itimer_which): Declare these types here.
  4788.     (gettimeofday, settimeofday, adjtime, getitimer, setitimer,
  4789.     utimes): Removed #define's to __ versions.  Added real prototypes.
  4790.     Use `struct timeval' instead of `struct __timeval', etc.
  4791.     * time/gnu/time.h: File removed.
  4792.     * time/Makefile (headers): Removed gnu/time.h.
  4793.  
  4794.     * resource/sys/resource.h: Don't #include <gnu/time.h>.
  4795.  
  4796. Mon Nov  9 18:41:03 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4797.  
  4798.     * socket/sys/socket.h (SO_STYLE): Define instead of SO_TYPE.
  4799.     (SO_TYPE): Define as SO_STYLE.
  4800.  
  4801.     * inet/netinet/in.h (struct ip_opts): New type.
  4802.     (IP_*): New constants snarfed from 4.4's in.h.
  4803.  
  4804. Fri Nov  6 15:34:41 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4805.  
  4806.     * resource/sys/resource.h (struct rusage): #include <sys/time.h>
  4807.     before struct defn.  Use `struct timeval', not `struct __timeval'
  4808.     for `ru_utime' and `ru_stime' members.
  4809.  
  4810.     * resource/sys/resource.h [__OPTIMIZE__] (getrusage, ulimit),
  4811.     misc/sys/ioctl.h [__OPTIMIZE__] (ioctl): Remove #define's to __
  4812.     versions.
  4813.  
  4814.     * string/strings.h: Protect against multiple inclusion.
  4815.     * termios/sys/termios.h: Ditto.
  4816.  
  4817.     * string/string.h [__GNUC__ && __OPTIMIZE__] (ffs): Remove #define
  4818.     to __builtin_ffs.
  4819.  
  4820.     * stdlib/stdlib.h (comparison_fn_t): Use a typedef, not a #define.
  4821.     Define this #ifdef __USE_GNU, not #ifdef __GNUC__.
  4822.     [__GNUC__ && __OPTIMIZE__] (abs, labs): Remove #define's to __builtin_.
  4823.  
  4824. Thu Nov  5 20:01:25 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4825.  
  4826.     * signal/Makefile (headers): Remove gnu/signal.h;
  4827.     add sigaction.h, sigset.h.
  4828.     * sysdeps/generic/sigaction.h: New file.
  4829.     * sysdeps/generic/sigset.h: New file.
  4830.     * signal/gnu/signal.h: Removed.
  4831.     * signal/signal.h: Move __{BEGIN,END}_DECLS outside all the #if's
  4832.     (except the outermost one that protects against multiple inclusion).
  4833.     Don't #include <gnu/signal.h>.  Instead #include <sigset.h>
  4834.     outside of #if's, and #include <sigaction.h> inside #ifdef __USE_POSIX.
  4835.     (__sighandler_t): Define here; it is not system-specific.
  4836.     (kill, ssignal, gsignal, sigblock, sigsetmask, sigpause, sigvec,
  4837.     sigreturn): Remove #define's to __ versions.
  4838.     (sighandler_t, sigset_t): Use a typedef, not a #define.
  4839.     [__OPTIMIZE__] (sig{empty,fill,add,del}set, sigismember): Make
  4840.     these macros take args.
  4841.     (sigaction): Remove #define.
  4842.     (struct __sigvec): Renamed `struct sigvec'.
  4843.     (__sigvec): Use `struct sigvec', not `struct __sigvec', in prototype.
  4844.  
  4845. Fri Oct 30 19:45:26 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4846.  
  4847.     * configure.in (sco*): base_os=unix/sysv.
  4848.  
  4849. Thu Oct 29 16:29:26 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4850.  
  4851.     * configure.in: New file; mostly contents of old file `configure'.
  4852.     (srcdir guessing): Removed this code.
  4853.     Instead, call AC_PREPARE.
  4854.     Call AC_PROG_INSTALL and AC_PROG_RANLIB to find those programs.
  4855.     Use AC_HAVE_FUNCS to find what sys_siglist and _ctype_ are called.
  4856.     (config.make): Write new var `config-defines' with what autoconf
  4857.     put in $DEFS.
  4858.     Append -DHAVE_GNU_LD and -DHAVE_GNU_AS to DEFS if appropriate;
  4859.     don't write gnu_ld and gnu_as variables.
  4860.     * configure: Removed.
  4861.     * Makefile (distribute): Add configure.in.
  4862.     * Makeconfig (+defines): Include $(config-defines) before $(defines);
  4863.     don't include $(gnu_as) and $(gnu_ld).
  4864.  
  4865.     * sysdeps/unix/bsd/glue-ctype.c (TABLE): Test HAVE_* for several
  4866.     different names and #define this.
  4867.     (STRINGIFY): Define macro.
  4868.     (main): Use TABLE instead of hardcoded name.
  4869.  
  4870.     * configure (sysnames): Try successively less specific base os's.
  4871.  
  4872.     * Makerules (ar-it): Define commands only ifdef objects.
  4873.  
  4874.     * sysdeps/mips/setjmp.S: Jump to __setjmp_aux, not ___setjmp_aux.
  4875.     We are NO_UNDERSCORES.
  4876.  
  4877. Tue Oct 27 18:11:19 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4878.  
  4879.     * sysdeps/posix/pipestream.c, sysdeps/posix/system.c: Always use
  4880.     __vfork instead of expecting FORK to be defined.
  4881.     * sysdeps/unix/bsd/system.c, sysdeps/unix/bsd/pipestream.c:
  4882.     Removed.  sysdeps/unix versions are now what we want.
  4883.  
  4884.     * sysdeps/unix/bsd/sun/sunos3/m68k/__wait.S: Removed.
  4885.     * sysdeps/unix/bsd/hp/m68k/__wait.S: Moved to unix/bsd/m68k.
  4886.  
  4887.     * sysdeps/unix/bsd/hp/m68k/{__pipe,sysdep}.S: Moved to unix/bsd/m68k.
  4888.     * sysdeps/unix/bsd/sun/m68k/{__pipe,sysdep}.S: Removed.
  4889.  
  4890.     * sysdeps/unix/bsd/sun/m68k/start.c: Moved to unix/bsd/m68k.
  4891.     * sysdeps/unix/bsd/sony/m68k/start.c: Removed.
  4892.  
  4893.     * sysdeps/unix/bsd/bsd4.4/__sigstmsk.c: Correct file name in #include.
  4894.  
  4895.     * sysdeps/unix/bsd/sun/m68k/__fork.S: Removed.
  4896.     * sysdeps/unix/bsd/hp/m68k/__fork.S: Removed.
  4897.     * sysdeps/unix/bsd/vax/__fork.S: Moved to unix/bsd.
  4898.  
  4899.     * sysdeps/generic/__vfork.c: New file; fn alias to __fork.
  4900.     * sysdeps/stub/__vfork.c: Removed.
  4901.  
  4902.     * limits.h: Only do #include_next #ifndef _LIMITS_H_.
  4903.  
  4904.     * malloc/mcheck.c (mcheck): Set abortfunc to either FUNC or abort;
  4905.     never leave it unchanged.
  4906.     Return 0 if mcheck_used; -1 if not.
  4907.     * malloc/malloc.h (mcheck): Change return type in decl.
  4908.  
  4909.     * Makerules (+depfiles): Don't include them if there are none.
  4910.  
  4911. Mon Oct 26 16:30:52 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4912.  
  4913.     * sysdeps/posix/fdopen.c: Use fcntl to check that FD is valid and
  4914.     allows the access MODE specifies.
  4915.  
  4916.     * sysdeps/stub/getcwd.c: #include <stddef.h>.
  4917.  
  4918.     * sysdeps/stub/sleep.c: #include <errno.h>.
  4919.  
  4920. Sun Oct 25 02:24:47 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4921.  
  4922.     * Makerules (+includes): Add $(+sysdep-includes) to this, leaving
  4923.     CPPFLAGS alone.
  4924.  
  4925.     * sysdeps/stub/stime.c: #include <time.h>.
  4926.  
  4927. Thu Oct 22 13:36:48 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4928.  
  4929.     * Rules (clean): Also remove $(clean-extras).
  4930.  
  4931. Tue Oct 20 18:36:40 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4932.  
  4933.     * configure: Write error message and lose for option with missing arg.
  4934.  
  4935.     * stdio/__vfscanf.c: Add `a' modifier, which makes %s and %[ fill
  4936.     in a char ** with a malloc'd string.
  4937.     (STRING_ADD_CHAR, STRING_ARG): New macros to deal with this hair.
  4938.     (%s, %[): Use them.
  4939.  
  4940.     * posix/gnu/types.h [__GNUC__] (__fsid_t): Define as long long.
  4941.  
  4942.     * stdio/vfprintf.c: Add %m, which is %s of strerror (errno).
  4943.  
  4944. Mon Oct 19 14:19:36 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4945.  
  4946.     * socket/sys/socket.h (PF_FILE, AF_FILE): Define new macros.
  4947.     (PF_UNIX, AF_UNIX): Make aliases for [PA]F_FILE.
  4948.  
  4949.     * sysdeps/ieee754/huge_val.h: #include <sys/cdefs.h>.
  4950.     [!__GNUC__]: Use __const, not CONST.
  4951.  
  4952.     * posix/wordexp.h: Fix indentation and syntax errors.
  4953.  
  4954.     * stdio/vasprintf.c (vasprintf): Set seen bit.
  4955.  
  4956. Fri Oct 16 17:18:34 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4957.  
  4958.     * Makefile (Mcrt1.o): Create an empty .c file and compile it,
  4959.     rather than creating an empty .o file.
  4960.  
  4961.     * sysdeps/unix/Makefile (sys/param.h): Strip / from name for mkdir.
  4962.  
  4963.     * sysdeps/m68k/fpu/atan2.c [! __GNUC__]: Include generic, not iee754.
  4964.  
  4965.     * sysdeps/sparc/Makefile ({divrem}.S): Use $(M4) for m4 in cmds.
  4966.     * Makeconfig (M4): Define it.
  4967.  
  4968.     * stdio/newstream.c (__newstream): Link STREAM onto __stdio_head
  4969.     after malloc'ing it.
  4970.  
  4971.     * time/emkdir.c: #define unix if not already defined.
  4972.  
  4973. Thu Oct 15 19:55:45 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4974.  
  4975.     * stdlib/wctomb.c: When passed 0, store a '\0' and return 1.
  4976.     * stdlib/mbtowc.c: When passed "", store a 0 and return 1.
  4977.  
  4978.     * sysdeps/generic/strstr.c: When NEEDLE is "", return HAYSTACK.
  4979.  
  4980. Thu Oct 15 19:25:46 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4981.  
  4982.     * malloc/malloc.h (__after_morecore_hook): Declare new var.
  4983.     * malloc/malloc.c (__after_morecore_hook): Define it.
  4984.     (align): Call it.
  4985.  
  4986. Mon Oct 12 15:56:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4987.  
  4988.     * malloc/malloc.h (r_alloc, r_alloc_free, r_re_alloc): Declare.
  4989.  
  4990.     * Makerules (native-compile, common-objdir-compile): Pass
  4991.     $(native-CFLAGS) to the compiler.
  4992.  
  4993.     * Makeconfig (+gccwarn): Removed -Wstrict-prototypes and
  4994.     -Wpointer-arith.  They were not really helping, and caused extra
  4995.     warnings for harmless code.
  4996.  
  4997.     * malloc/Makefile (dist-routines): Add ralloc.
  4998.     (gpl2lgpl): Add ralloc.c.
  4999.  
  5000.     * time/zic.c: #define unix if not already defined.
  5001.  
  5002.     * Makerules ($(gpl2lgpl)): Make output unwritable; use mv -f.
  5003.  
  5004. Mon Oct 12 15:27:40 1992  Brendan Kehoe  (brendan@mole.gnu.ai.mit.edu)
  5005.  
  5006.     * sysdeps/unix/bsd/ultrix4/mips/__set[gu]id.S: Handle returning to
  5007.     the proper caller ourselves, since setre[gu]id won't be doing it.
  5008.  
  5009. Mon Oct 12 13:37:16 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5010.  
  5011.     * malloc/malloc.h: Declare memory_warnings.
  5012.     * malloc/Makefile (dist-routines): Add vm-limit.
  5013.     (distribute): Add mem-limits.h.
  5014.     (gpl2lgpl): Add vm-limit.c, mem-limits.h.
  5015.  
  5016.     * gpl2lgpl.sed: Remove "This file is part of ..." lines.
  5017.     Changed regexp to match "foo is free software", not just "This
  5018.     program ...".
  5019.  
  5020.     * Makerules (+make-deps): Put file name before options on command line.
  5021.  
  5022.     * Makefile (install-lib): Remove libc.a from here.
  5023.     * Makerules [objects] (install-lib): Append it here instead.
  5024.  
  5025.     * io/sys/stat.h (S_IRWXO): Fixed typo.
  5026.  
  5027. Sun Oct 11 16:58:36 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5028.  
  5029.     * posix/glob.c (__glob_{open,read,close}dir_hook): New vars.
  5030.     (glob_in_dir): Use them.
  5031.     * posix/glob.h: Declare them.
  5032.  
  5033. Thu Oct  8 20:03:30 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  5034.  
  5035.     * configure (config.make): Write comment to edit configparms instead.
  5036.  
  5037. Wed Oct  7 17:15:05 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5038.  
  5039.     * sysdeps/stub/__chown.c: Fixed arg types (int -> [ug]id_t).
  5040.  
  5041.     * sysdeps/stub/__geteuid.c: Fixed return type (int -> __uid_t).
  5042.  
  5043.     * sysdeps/stub/__getegid.c: Fixed return type (int -> __gid_t).
  5044.  
  5045.     * configure: Write defns in config.make for vars config-machine,
  5046.     config-vendor, and config-os.
  5047.  
  5048.     * ctype/ctype.h (__isctype, __tolower, __toupper): Cast argument
  5049.     and return value to `int'.
  5050.  
  5051.     * ctype/ctype.h (__ctype_tolower, __ctype_toupper): Changed type
  5052.     to `short int *'.
  5053.     (toupper, tolower): Removed inline functions; restored macros.
  5054.     * ctype/ctype.c (tolower, toupper): Just call the __ macros.
  5055.     * ctype/ctype-info.c: Change types here too.
  5056.     * locale/localeinfo.h: And here.
  5057.     * locale/C-ctype_ct.c: Ditto.
  5058.  
  5059.     * crypt: New code from Michael Glad.
  5060.  
  5061.     * Makefile (munch-init.c), sysdeps/unix/Makefile
  5062.     ($(sys/param.h-includes), make-errnos.c, make-ioctls.c),
  5063.     sysdeps/unix/bsd/Makefile (local_lim.h, ctype-glue.c),
  5064.     sysdeps/posix/Makefile (stdio_lim.h): Changed rules to use a
  5065.     shorter suffix than `-tmp', to avoid exceeding 14 char limit.
  5066.  
  5067. Tue Oct  6 15:13:57 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5068.  
  5069.     * Makefile (README, INSTALL): Moved rules here.
  5070.     * Make-dist: From here.
  5071.  
  5072.     * sysdeps/unix/bsd/sun/m68k/{__pipe,__fork,sysdep}.S: Change uses
  5073.     of sysdeps/unix/bsd/hp9k3bsd to sysdeps/unix/bsd/hp/m68k.
  5074.  
  5075.     * sysdeps/m68k/Makefile: Put .S rule here.
  5076.     * sysdeps/unix/bsd/hp/m68k/Makefile: Removed file.
  5077.  
  5078. Mon Oct  5 19:40:22 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5079.  
  5080.     * sysdeps/generic/pow.c (pow_p): Changed code to KY jelly.
  5081.  
  5082.     * sysdeps/unix/bsd/ultrix4/utsnamelen.h: New file.
  5083.     * sysdeps/unix/bsd/ultrix4/uname.S: New file.
  5084.  
  5085. Fri Oct  2 17:43:32 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5086.  
  5087.     * sysdeps/posix/mktemp.c: Don't use a static index and increment
  5088.     it on each call.  Instead, always start at the beginning and
  5089.     iterate until we find a file that does not exist.
  5090.  
  5091.     * sysdeps/unix/sysv/i386/signal.S: Use C_SYMBOL_NAME for __sigreturn.
  5092.     Added comment about gas bug with `lcall' insn.
  5093.  
  5094.     * sysdeps/unix/i386/__brk.S: Use C_SYMBOL_NAME for __curbrk and _end.
  5095.  
  5096.     * sysdeps/unix/i386/sysdep.S: #include <sysdep.h>.
  5097.     Use C_SYMBOL_NAME(errno) in place of _errno.
  5098.  
  5099.     * sysdeps/unix/sysdep.h (___errno): Removed #define to _errno.
  5100.     `errno' is an ANSI name; it doesn't need to be aliased.
  5101.     * sysdeps/unix/bsd/sun/m68k/sethostid.S,
  5102.     sysdeps/unix/bsd/sun/m68k/__vfork.S,
  5103.     sysdeps/unix/bsd/sun/sparc/sysdep.h,
  5104.     sysdeps/unix/bsd/sun/sparc/sethostid.S,
  5105.     sysdeps/unix/bsd/vax/sysdep.S,
  5106.     sysdeps/unix/bsd/vax/__vfork.S: Use _errno, not ___errno.
  5107.  
  5108.     * sysdeps/unix/sysv/sysdep.h: File removed.
  5109.     * sysdeps/unix/sysv/i386/sysdep.h: Don't #include it.
  5110.     #define NO_UNDERSCORES before #include <sysdeps/unix/i386/sysdep.h>.
  5111.  
  5112.     * sysdeps/unix/i386/sysdep.h (C_SYMBOL_NAME): Define new macro.
  5113.     [NO_UNDERSCORES]: #define syscall_error to __syscall_error, so we
  5114.     stay name space tidy.
  5115.  
  5116.     * sysdeps/unix/sysv/sysv4/sys_getdents.S: Added missing arg count (3).
  5117.  
  5118.     * sysdeps/unix/sysv/i386/time.S: Fixed to not use bogus addressing
  5119.     mode `4(%esp,1)'; use `4(%esp)' instead.  Added comments.
  5120.  
  5121.     * sysdeps/stub/__fchmod.c (__fchmod): Fixed arg type to mode_t.
  5122.  
  5123.     * sysdeps/posix/__wait3.c: #include <stddef.h> for NULL.
  5124.  
  5125.     * sysdeps/unix/i386/__wait.S: Use asm label `null' instead of
  5126.     `1f', and actually define the label!  Added comments.
  5127.  
  5128.     * sysdeps/i386/memchr.c: Renamed asm label to `done'; not all
  5129.     assemblers support numbered labels like `1f' or `1b'.
  5130.  
  5131.     * stdio/fseek.c (fseek): Discard char pushed back by ungetc.
  5132.     * stdio/ftell.c (ftell): If we have a pushed-back char, decrement
  5133.     the file position we return.
  5134.  
  5135.     * sysdeps/unix/bsd/sun/sparc/vfork.S: New file.
  5136.  
  5137. Wed Sep 30 18:48:38 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5138.  
  5139.     * limits.h (_LIBC_LIMITS_H_): Define today's name for this.
  5140.     RMS said it was to be `_LIBC_LIMITS_H', but that is not what
  5141.     gcc actually uses.
  5142.  
  5143. Tue Sep 29 18:17:12 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5144.  
  5145.     * time/Makefile (zic-cmd): Define variable.
  5146.     (tzcompile, zoneinfo/localtime, zoneinfo/posixrules): Use it for
  5147.     name of `zic' command.
  5148.  
  5149.     * sysdeps/unix/bsd/Makefile (ctype-glue.c): Make sure the command
  5150.     is not an unqualified name.
  5151.  
  5152.     * sysdeps/stub/statbuf.h (struct stat): Contain only POSIX.1
  5153.     members, with the POSIX.1 types.
  5154.     (_STATBUF_ST_BLKSIZE): #undef and comment.
  5155.     * sysdeps/unix/bsd/statbuf.h (_STATBUF_ST_BLKSIZE): Define it.
  5156.     * sysdeps/posix/stdio_init.c (__stdio_init_stream): Only try to
  5157.     use st_blksize #ifdef _STATBUF_ST_BLKSIZE.
  5158.  
  5159.     * sysdeps/unix/__getpgsz.c: #include <stddef.h> for size_t.
  5160.  
  5161.     * sysdeps/stub/__fchown.c: Fixed arg types ([ug]id_t, not int).
  5162.  
  5163.     * io/sys/stat.h: #include <gnu/types.h> for __mode_t et al.
  5164.  
  5165.     * sysdeps/unix/__gete[ug]id.S [SYS_gete[ug]id]: Add arg count of 0.
  5166.     [! SYS_gete[ug]id]: Fixed arg count to be 0.
  5167.  
  5168.     * sysdeps/unix/__get[ug]id.S: Fixed arg count to be 0.
  5169.  
  5170.     * sysdeps/unix/sysv/linux/syscall.h: #if 0'd out 2nd defn of SYS_brk.
  5171.  
  5172. Sun Sep 27 21:56:56 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5173.  
  5174.     * sysdeps/unix/Makefile (sys/param.h): Depend on $(common-objpfx)sys/.
  5175.  
  5176. Fri Sep 25 12:47:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5177.  
  5178.     * Makeconfig (INSTALL_DATA): Pass -m 644.
  5179.  
  5180. Thu Sep 24 16:13:47 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5181.  
  5182.     * sysdeps/unix/sysv/linux/getpeername.S: Renamed to getpeernam.S.
  5183.     * sysdeps/unix/sysv/linux/getsockname.S: Renamed to getsocknam.S.
  5184.     * sysdeps/unix/sysv/linux/setsid.S: Renamed to __setsid.S;
  5185.     function renamed to __setsid.
  5186.  
  5187.     * Version 1.05.
  5188.  
  5189.     * Makefile (dist): Depend on $(distribute).
  5190.  
  5191.     * stdio/__vfscanf.c (%c): Fixed DO_ASSIGN case loop condition to
  5192.     not write one char too many.
  5193.  
  5194. Wed Sep 23 16:32:18 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5195.  
  5196.     * stdlib/qsort.c (_quicksort): Return immediately if TOTAL_ELEMS==0.
  5197.  
  5198. Tue Sep 22 19:10:59 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5199.  
  5200.     * Makerules [! OUTPUT_OPTION && objpfx]: Define OUTPUT_OPTION.
  5201.  
  5202. Mon Sep 21 22:40:55 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5203.  
  5204.     * sysdeps/unix/bsd/mk-local_lim.c: Use MAXNAMLEN for NAME_MAX,
  5205.     rather than hard-wiring 255.
  5206.     [! MAXNAMLEN]: Define it to 255.
  5207.     [LINK_MAX && ! MAXLINK]: #define MAXLINK LINK_MAX.
  5208.  
  5209.     * sysdeps/unix/bsd/glue-ctype.c [ultrix]: #define _ctype_ _ctype__.
  5210.  
  5211.     * configure: Rename var `gas' to `gnu_as' and use consistently.
  5212.  
  5213. Fri Sep 18 16:32:16 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5214.  
  5215.     * sys/errno.h: New file.
  5216.     * Makefile (headers): Add it.
  5217.  
  5218.     * Makeconfig (+make-deps): Use = not define.
  5219.  
  5220.     * time/Makefile (zones-%): Don't clobber zonenames; append to it.
  5221.     Depend on Makefile so we rebuild when the rule changes.
  5222.     Changed implicit rule from zoneinfo/%/... to zone%/... so it will
  5223.     actually match.
  5224.  
  5225.     * sysdeps/unix/Makefile (syscall.h): Filter out "#ident" lines.
  5226.  
  5227.     * Makeconfig (+link): Use $(gnulib) instead of -lgcc.
  5228.     (gnulib): Define to -lgcc.
  5229.  
  5230.     * posix/glob/Makefile.in (AR, ARFLAGS): Define.
  5231.     (libglob.a): Use those vars instead of hardcoding.
  5232.  
  5233.     * Makeconfig (ARCH) [machine]: Don't define if $(..)config.make exists.
  5234.  
  5235.     * Makerules (compile.S): Include $(asm-CPPFLAGS).
  5236.     (S-CPPFLAGS): Define = $(asm-CPPFLAGS).
  5237.     (+make-deps): Include $(sfx-CPPFLAGS), where `sfx' is S or c.
  5238.     * Makeconfig (asm-CPPFLAGS): Define (empty) and comment.
  5239.  
  5240.     * sysdeps/unix/Makefile ($(sys/param.h-includes)): Filter out
  5241.     decls or macros for host<->net conversion (htonl et al).
  5242.  
  5243. Thu Sep 17 17:33:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5244.  
  5245.     * sysdeps/unix/sysv/statbuf.h: Define __S_*.
  5246.  
  5247.     * misc/Makefile (headers): syslog.h -> sys/syslog.h.
  5248.     * misc/syslog.h: Moved to misc/sys/syslog.h.
  5249.  
  5250.     * limits.h [__GNUC__ >= 2]: #define _LIBC_LIMITS_H before
  5251.     #include_next <limits.h>.
  5252.     Define _LIMITS_H unconditionally.
  5253.  
  5254. Wed Sep 16 17:43:59 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5255.  
  5256.     * sysdeps/unix/Makefile (syscall.h): Don't use \< in sed commands.
  5257.     Some seds don't seem to grok it.
  5258.  
  5259.     * Makerules (+install-dirs): Sort them.
  5260.  
  5261.     * Makeconfig (stdarg.h): Use $(wildcard va-*.h) instead of va-*.h,
  5262.     and := instead of =.
  5263.  
  5264.     * Makeconfig (prefix): Default to $(exec_prefix), not /usr/local.
  5265.  
  5266.     * Makeconfig (+link): Use $(common-objpfx) rather than $(objpfx)
  5267.     to find start.o; use $(libc.a) instead of $(objpfx)libc.a.
  5268.  
  5269.     * sysdeps/sparc/Makefile: crypt subdir is not called uf-crypt.
  5270.  
  5271.     * sysdeps/unix/Makefile (sys/param.h-includes): Fixed filtering
  5272.     out of existent glibc headers to remove $(..) pfx after wildcard.
  5273.  
  5274.     * misc/paths.h: New file, snarfed from 4.4 BSD.
  5275.     * misc/Makefile (headers): Add paths.h.
  5276.  
  5277. Tue Sep 15 14:55:11 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5278.  
  5279.     * Makerules (+sysdir_pfx): Define as $(common-objpfx).
  5280.  
  5281.     * MakeTAGS (TAGS) [subdir && ! tags_sources]: Create an empty
  5282.     file, rather than no commands at all.
  5283.  
  5284.     * string/string.h [__GNUC__ && __OPTIMIZE__] (ffs): Take arg.
  5285.  
  5286.     * sysdeps/unix/sysv/linux/__wait4.S: New file.
  5287.  
  5288.     * sysdeps/unix/sysv/linux/syscall.h: New version from hlu.
  5289.  
  5290.     * sysdeps/unix/Makefile (syscall.h): Upcase `sys_' in input.
  5291.  
  5292.     * sysdeps/unix/bsd/ultrix4/mips/sysdep.h (MOVE): Insn is `move',
  5293.     not `movl'.
  5294.  
  5295.     * sysdeps/unix/bsd/ultrix4/mips/sigcontext.h: Deansideclized.
  5296.  
  5297.     * sysdeps/unix/ioctls-tmpl.c [DIOCGETPT, DEVGETGEOM]: Include
  5298.     headers for these.
  5299.     [ultrix]: Mondo cruft.
  5300.  
  5301. Sat Sep 12 12:08:29 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  5302.  
  5303.     * misc/Makefile (routines): Add ttyslot, syslog.
  5304.     * misc/ttyslot.c, misc/syslog.[ch]: New, snarfed from 4.4 BSD.
  5305.     (headers): Add syslog.h
  5306.  
  5307.     * misc/getttyent.c (getttyent): Parse _TTYS_TRUSTED keyword and
  5308.     set TTY_TRUSTED bit.
  5309.     * misc/ttyent.h (TTY_TRUSTED): New bit in ty_status.
  5310.     (_TTYS_TRUSTED): New keyword.
  5311.     (_TTYS_CONSOLE): New keyword.
  5312.     (TTY_CONSOLE): New bit in ty_status.
  5313.  
  5314.     * dirent/scandir.c (scandir): Don't keep using V after realloc'ing
  5315.     it.  Use the returned new ptr instead.
  5316.  
  5317. Thu Sep 10 18:59:23 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5318.  
  5319.     * stdlib/div.c, stdlib/ldiv.c: Rewritten from Berkeley code that works.
  5320.  
  5321.     * Makeconfig (stdarg.h): Add va-*.h.
  5322.  
  5323.     * stdlib/Makefile (dont_distribute): Define: testsort.input.
  5324.  
  5325.     * sysdeps/mach/hurd/i386/_hurd_start_sigthread.c,
  5326.     sysdeps/stub/_hurd_start_sigthread.c: Renamed to .../startsig.c.
  5327.     * sysdeps/mach/hurd/sys_errlist.awk: Renamed to .../errlist.awk.
  5328.     * sysdeps/mach/hurd/Makefile (sys_errlist.c): Change dep.
  5329.     * sysdeps/unix/bsd/make-local_lim.c: Renamed to .../mk-local_lim.c.
  5330.     * sysdeps/unix/bsd/Makefile (local_lim.h): Change dep.
  5331.     (make-local_lim): Change target and dep.
  5332.     * hurd/_hurd_dead_recv.c: Renamed to hurd/dead_recv.c.
  5333.     * hurd/setdtablesize.c: Renamed to hurd/setdtsz.c.
  5334.     * hurd/Makefile (routines): Change references.
  5335.     * stdio/tstgetline.c: Renamed to stdio/tstgetln.c.
  5336.     * stdio/tstgetline.input: Renamed to stdio/tstgetln.input.
  5337.     * stdio/Makefile (tests): Change ref.
  5338.     * README.template: Remove note about long file names.
  5339.  
  5340.     * sysdeps/unix/bsd/sun/sunos4/utsnamelen.h (_UTSNAME_LENGTH):
  5341.     Define here, rather than #include'ing sysv/utsnamelen.h.
  5342.     This file gets installed.
  5343.  
  5344. Wed Sep  9 17:06:14 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5345.  
  5346.     * Makeconfig (localtime-file): Put in $(prefix)/etc, not /etc.
  5347.  
  5348.     * setjmp/Makefile (routines): Remove sigsetjmp.
  5349.  
  5350.     * sysdeps/posix/Makefile (objdir-CPPFLAGS) [! subdir]: Rewrote
  5351.     totally broken defn.
  5352.  
  5353.     * sysdeps/unix/Makefile (syscall.h): Keep lines starting
  5354.     with #, not only those starting with #define.
  5355.     We want to preserve any #ifdef in the original.
  5356.  
  5357.     * Makerules (install): Dep $(+install-dirs), not $(dir $(+install)).
  5358.     (+install-dirs): Define to get two levels of dirs.
  5359.  
  5360.     * time/Makefile (tz-cc): Use = instead of define directive.
  5361.  
  5362.     * sysdeps/unix/bsd/sun/sparc/start.c (_start): Give ARGC, ARGV,
  5363.     and ENVP `register' storage class; can then clear the FP early.
  5364.  
  5365. Sat Sep  5 13:14:09 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  5366.  
  5367.     * Makerules (sysdirs): Pass sysdep_dir in child's environment.
  5368.  
  5369. Fri Sep  4 15:37:23 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  5370.  
  5371.     * Makeconfig (common-objpfx): Add trailing slash.
  5372.     Move comment to prev line to avoid extra whitespace.
  5373.  
  5374. Thu Sep  3 17:31:13 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5375.  
  5376.     * sysdeps/unix/bsd/setgroups.S: New file.  How did this manage not
  5377.     to exist already??
  5378.  
  5379.     * Version 1.04.
  5380.  
  5381.     * sysdeps/generic/memmem.c (memmem): Fixed loop condition not to
  5382.     use nonexistent variable.
  5383.  
  5384.     * string/string.h (memmem): Put const qualifier on args.
  5385.  
  5386.     * sysdeps/stub/sigaltstack.c (sigaltstack): Fix arg type.
  5387.  
  5388.     * setjmp/sigsetjmp.c: #undef sigsetjmp before defining the function.
  5389.  
  5390. Wed Sep  2 16:43:58 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5391.  
  5392.     * misc/Makefile (headers): Add syscall.h.
  5393.     * sysdeps/unix/Makefile: Only generate syscall.h if it would
  5394.     otherwise come from stub.
  5395.     * sysdeps/stub/syscall.h: New file.
  5396.  
  5397.     * time/Makefile (routines): Add stime.
  5398.  
  5399.     * io/Makefile (routines): Add fchdir.
  5400.  
  5401.     * signal/Makefile (routines): Add sigaltstack.
  5402.  
  5403.     * string/Makefile (routines): Add memmem.
  5404.  
  5405.     * setjmp/Makefile (routines): Add sigsetjmp, _setjmp.
  5406.  
  5407.     * misc/Makefile (routines): Add getpass.
  5408.  
  5409.     * Makefile (distribute): Add NEWS.
  5410.  
  5411.     * Makerules (ar-it) [! objdir]: Pass `ru' instead of `u' to ar.
  5412.     Use $(..)libc.a instead of $(libc.a).
  5413.  
  5414.     * sysdeps/unix/sysv/i386/linux/sysdep.h (PSEUDO): Call numbers are
  5415.     SYS_*, not __NR_*.
  5416.  
  5417.     * sysdeps/unix/sysv/i386/linux/__wait.S: Prepend extra _ to
  5418.     `__waitpid' for jmp.
  5419.  
  5420.     * Makerules (check): New rule; alias for `tests'.
  5421.  
  5422.     * sysdeps/stub/__setregid.c: Args are gid_t, not int.
  5423.  
  5424.     * sysdeps/posix/readv.c: #include <string.h>.
  5425.  
  5426.     * sysdeps/generic/printf_fp.c: If LDBL_DIG or LDBL_MAX_10_EXP is
  5427.     defined by float.h, #define each to DBL_*.
  5428.  
  5429. Tue Sep  1 16:29:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5430.  
  5431.     * sysdeps/unix/Makefile (syscall.h): Add missing backslashes.
  5432.  
  5433.     * Makeconfig [!objdir && !..] (common-objpfx): Define as
  5434.     `sysdeps/..'; The Almighty KludgeMeister 2000 wins again.
  5435.  
  5436.     * Makerules (sysdep-Makefile): Rename to sysd-Makefile.
  5437.  
  5438.     * Makeconfig (CC): Don't use -pipe by default.
  5439.  
  5440.     * configure (switches): Put quotes around os-release and
  5441.     os-version values.
  5442.  
  5443. Mon Aug 31 19:33:15 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5444.  
  5445.     * sysdeps/stub/cbrt.c: New file.
  5446.  
  5447.     * sysdeps/generic/cabs.c: New file.
  5448.  
  5449.     * sysdeps/generic/ceil.c: New file, split from floor.c.
  5450.     * sysdeps/generic/__rint.c: Replaced with code split from floor.c.
  5451.     * sysdeps/generic/Makefile (routines): Don't remove ceil, __rint.
  5452.  
  5453. Thu Aug 27 15:58:13 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  5454.  
  5455.     * malloc/malloc.h [! __STDC__] (ptrdiff_t): #define.
  5456.  
  5457. Wed Aug 26 18:15:47 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5458.  
  5459.     * malloc/free.c (__free): Rename to _free_internal.
  5460.     (free), malloc/malloc.c (morecore): Change callers.
  5461.     * malloc/malloc.h: Change decl.
  5462.  
  5463. Tue Aug 18 17:38:13 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5464.  
  5465.     * sysdeps/generic/__copysign.c: New file.
  5466.  
  5467.     * sysdeps/unix/sysv/sysdep.h: #include <syscall.h>, not
  5468.     <sys/syscall.h>.  Don't #define _SYS_SYS_S; should no longer be
  5469.     necessary.
  5470.  
  5471.     * sysdeps/unix/Makefile (syscall.h): Replaced simple code to just
  5472.     find the file in any of several places, with hairier code to find
  5473.     it and massage it.
  5474.  
  5475.     * malloc/Makefile (obstack.%): Remove rule.
  5476.     (gpl2lgpl): Define this instead.
  5477.     * posix/Makefile (gpl2lgpl): Define to include getopt source files.
  5478.     * Makerules ($(gpl2lgpl)): New rule to snarf code and frob its
  5479.     copying notices.
  5480.  
  5481. Fri Aug 14 13:28:39 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5482.  
  5483.     * Makeconfig (common-objdir, common-objpfx): Define new vars.
  5484.     (libc.a): Define in terms of $(common-objpfx).
  5485.     Find config.make with $(common-objpfx), not $(objpfx).
  5486.     * Makerules (common-objdir-compile): Define canned sequence.
  5487.     (native-compile): Use $(@D)/$(@F) instead of stripping off $(objpfx).
  5488.     * sysdeps/unix/Makefile, sysdeps/unix/bsd/Makefile,
  5489.     sysdeps/generic/Makefile: Use it.
  5490.     Use $(common-objpfx) for generated things not specific to one subdir.
  5491.  
  5492.     * sysdeps/unix/Makefile (sysdep_headers): Add
  5493.     $(sys/param.h-includes) to this instead of to headers.
  5494.  
  5495. Thu Aug 13 18:30:58 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5496.  
  5497.     * posix/glob.c: Always #include <sys/types.h>.
  5498.     [! USG]: Don't do it here.
  5499.     [STDC_HEADERS]: Test this instead of __STDC__ for size_t.
  5500.     [HAVE_STRCOLL]: Test this instead of ANSI_STRING for strcoll.
  5501.  
  5502.     * posix/glob/Makefile.in (Makefile): Remove rule.
  5503.  
  5504. Wed Aug 12 16:12:52 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5505.  
  5506.     * sysdeps/sparc/jmp_buf.h: Deansideclized.
  5507.  
  5508.     * sysdeps/generic/make_siglist.c: #undef HAVE_SYS_SIGLIST, not
  5509.     SYS_SIGLIST_MISSING.
  5510.     * sysdeps/generic/signame.[ch]: Re-symlinked from /gd/gnu/lib.
  5511.     Who's been removing random things from my source tree??
  5512.  
  5513. Tue Aug 11 15:01:50 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5514.  
  5515.     * posix/getconf.c (main): Cast printf field with arg to int.
  5516.  
  5517.     * Makefile (distribute): Remove ansidecl, ansidecl.m4.
  5518.  
  5519.     * posix/glob.c [_AIX]: Don't declare alloca.
  5520.  
  5521. Mon Aug 10 17:09:40 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5522.  
  5523.     * sysdeps/m68k/fpu/__math.h (__expm1): Define just like expm1.
  5524.  
  5525.     * sysdeps/unix/ioctls-tmpl.c [SMIOSTATS, SMIOGETREBOOT0,
  5526.     ZIOCBCMD]: Include headers for these.
  5527.  
  5528. Fri Aug  7 16:01:43 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5529.  
  5530.     * string/tester.c (main): Use sys_nerr and sys_errlist, not _sys_*.
  5531.  
  5532.     * stdio/stdio.h [__USE_GNU] (_sys_nerr, _sys_errlist): Declare.
  5533.  
  5534.     * string/strerror.c, stdio/perror.c
  5535.     [HAVE_GNU_LD] (_sys_errlist, _sys_nerr): Remove decls.
  5536.  
  5537.     * stdio/memstream.c (enlarge_buffer): Notice when target is -1 and
  5538.     don't treat it as a huge value.
  5539.  
  5540.     * stdio/tst-printf.c: #if 0 code that tickles printf_fp bugs.
  5541.  
  5542.     * grp/testgrp.c: Don't bomb if uid not in passwd file.
  5543.  
  5544.     * stdlib/tst-strtol.c (tests): C-t on LONG_MIN and LONG_MIN-1 elts.
  5545.  
  5546.     * stdlib/strtol.c: Use int flag NEGATIVE instead of char 1/-1 SIGN.
  5547.     Fixed checking for overflow of long int that fits in unsigned long
  5548.     int--must cast LONG_MIN before negating!
  5549.  
  5550. Thu Aug  6 18:46:24 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5551.  
  5552.     * stdio/bug3.c (main): Define ansideclifily.
  5553.  
  5554.     * sysdeps/unix/bsd/sun/sparc/__pipe.S: Define __pipe, not ___pipe.
  5555.  
  5556.     * math/test-math.c (main): Remove unused vars.
  5557.  
  5558.     * io/flock.c: #include <sys/file.h>, and not fcntl.h or sys/types.h.
  5559.  
  5560.     * sysdeps/m68k/fpu/__math.h (__rint): Define just like rint.
  5561.  
  5562.     * math/math.h (__rint): Declare.
  5563.  
  5564.     * configure (esix*): base_os=unix/sysv.
  5565.  
  5566.     * dirent/getdents.c: #include <dirent.h>.
  5567.  
  5568.     * Rules (subdir): Avoid TAB before # at end of defn.
  5569.  
  5570.     * sysdeps/unix/bsd/bsd4.4/__wait3.c: Last arg type is struct rusage *.
  5571.  
  5572. Tue Aug  4 18:19:43 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5573.  
  5574.     * sysdeps/ieee754/Makefile: Removed.
  5575.  
  5576.     * math/math.h: Declare __expm1.
  5577.  
  5578. Mon Aug  3 13:02:05 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5579.  
  5580.     * sysdeps/ieee754/cabs.c (cabs, z_abs): Members of structure have __.
  5581.  
  5582.     * sysdeps/unix/bsd/seq386: Remove directory.
  5583.  
  5584. Thu Jul 30 15:42:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5585.  
  5586.     * sysdeps/unix/bsd/sun/sparc/sigcontext.h: Deansideclized.
  5587.  
  5588.     * sysdeps/unix/bsd/sun/sunos4/__wait4.c: Make last arg struct rusage
  5589.     instead of PTR.
  5590.  
  5591.     * sysdeps/unix/morecore.c (__default_morecore): Make arg ptrdiff_t.
  5592.  
  5593.     * sysdeps/ieee754/cabs.c (cabs, z_abs): Use `struct __complex' for arg.
  5594.  
  5595.     * sysdeps/generic/pow.c: #include <limits.h>.
  5596.  
  5597.     * sysdeps/generic/mathimpl.c: #include <math.h> before frobnication.
  5598.  
  5599.     * misc/getusersh.c (okshells): Make const.
  5600.     (initshells): Properly declare static.
  5601.  
  5602.     * sysdeps/unix/bsd/__tcgetatr.c: Cast sg_[io]speed to (unsigned char) 
  5603.     to avoid gcc warnings.
  5604.  
  5605.     * math/bsd/common/atan2.c, math/bsd/common/tan.c,
  5606.     math/bsd/common/sincos.c, math/bsd/common/trig.h,
  5607.     math/bsd/common_source/__expm1.c, math/bsd/common_source/fmod.c,
  5608.     math/bsd/common_source/acosh.c, math/bsd/common_source/log.c,
  5609.     math/bsd/common_source/asincos.c, math/bsd/common_source/asinh.c,
  5610.     math/bsd/common_source/log1p.c, math/bsd/common_source/atan.c,
  5611.     math/bsd/common_source/log__L.c, math/bsd/common_source/atanh.c,
  5612.     math/bsd/common_source/mathimpl.h, math/bsd/common_source/cosh.c,
  5613.     math/bsd/common_source/exp.c, math/bsd/common_source/sinh.c,
  5614.     math/bsd/common_source/exp__E.c, math/bsd/common_source/tanh.c,
  5615.     math/bsd/common_source/floor.c: Moved to sysdeps/generic.
  5616.     * math/bsd/ieee/{cabs,cbrt,support}.c: Moved to sysdeps/ieee754.
  5617.     * All above + sysdeps/generic/mathimpl.h, sysdeps/generic/pow.c: New
  5618.     code from 4.4/net2.
  5619.  
  5620.     * sysdeps/generic/ffs.c: #include <string.h>, not <bstring.h>.
  5621.  
  5622.     * posix/glob/Makefile.in (Makefile): Depend on config.status; invoke
  5623.     it directly instead of using $(SHELL).
  5624.  
  5625.     * posix/glob.c [! USG]: #include <sys/types.h> before <sys/dir.h>.
  5626.  
  5627. Tue Jul 28 17:54:23 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5628.  
  5629.     * sysdeps/unix/bsd/ultrix42: Renamed to ultrix4.
  5630.  
  5631.     * sysdeps/unix/sysv/isc2.2/__rename.S: New.
  5632.     * configure (isc*): base_os=unix/sysv.
  5633.  
  5634.     * Makefile, Makerules, Rules, math/Makefile, ctype/Makefile: Use
  5635.     "export foo := $(foo)" instead of ifdef have_export_directive.
  5636.     * Makeconfig (have_export_directive): Remove; move .NOEXPORT down.
  5637.  
  5638. Mon Jul 27 18:01:30 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5639.  
  5640.     * configure: Remove redundant test to set os_used.
  5641.  
  5642. Sun Jul 26 17:03:31 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5643.  
  5644.     * README.template: Don't mention Q+A.
  5645.     * Makefile (distribute): Remove Q+A.
  5646.  
  5647.     * Makefile, Makerules, Rules, math/Makefile, ctype/Makefile: Put
  5648.     "ifdef have_export_directive" around uses of `export' directive.
  5649.     They are only needed for dist and tags anyway.
  5650.     * Makeconfig (have_export_directive): Add commented-out defn, and
  5651.     comment to explain.
  5652.     (.NOEXPORT): Add special target for old versions of GNU make.
  5653.  
  5654.     * posix/glob.c [_AIX]: #pragma alloca first thing.
  5655.     [ANSI_STRING]: Remove #define's for index et al.
  5656.  
  5657. Thu Jul 23 21:49:53 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5658.  
  5659.     * misc/getpass.c: New.
  5660.     * posix/unistd.h (getpass): Declare.
  5661.  
  5662.     * posix/unistd.h (getusershell, setusershell, endusershell): Declare.
  5663.     * misc/Makefile (routines): Add getusersh.
  5664.     * misc/getusersh.c: New.
  5665.  
  5666. Tue Jul 14 20:03:57 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5667.  
  5668.     * stdlib/Makefile (tests): Add testdiv.
  5669.     * stdlib/testdiv.c: New.
  5670.  
  5671.     * sysdeps/unix/sysv/i386/linux/{rename,__mkdir,__rmdir,__dup2,
  5672.     getpgrp,__setpgrp,setsid}.S: New files.
  5673.  
  5674.     * sysdeps/unix/__getppid.S: If SYS_getppid is defined, use it rather
  5675.     than alternate value of getpid.
  5676.     * __gete[ug]id.S: Similar.
  5677.  
  5678.     * sysdeps/unix/sysv/i386/linux/__waitpid.S: New file.
  5679.     * sysdeps/unix/sysv/i386/linux/__wait.S: New file.
  5680.     * sysdeps/posix/__wait3.c: New file.
  5681.  
  5682.     * sysdeps/unix/sysv/i386/linux/socket.S: New file.
  5683.     * bind.S, connect.S, listen.S, accept.S, getsockname.S,
  5684.     getpeername.S, socketpair.S: Also new (and trivial).
  5685.  
  5686. Mon Jul 13 17:41:46 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5687.  
  5688.     * sysdeps/unix/sysv/i386/linux/sysdep.[hS]: New files.
  5689.  
  5690.     * configure (linux*): base_os=unix/sysv
  5691.     (gnu*, linux*): Always set --with-gnu-ld and --with-gnu-as.
  5692.  
  5693.     * stdio/obstream.c: #include <string.h>
  5694.     (obstack_vprintf): Use bzero rather than memset.
  5695.  
  5696.     * stdio/glue.c (unix_FILE.glue): Add two members, which will overlap
  5697.     get_limit and put_limit in GNU stdio.
  5698.     (_iob): Initialize them to same as `streamp'.
  5699.  
  5700. Thu Jul  9 21:27:39 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5701.  
  5702.     * stdio/stdio.h (open_obstack_stream, obstack_printf,
  5703.     obstack_vprintf): Declare.
  5704.  
  5705.     * posix/glob.c [STDC_STRINGS]: Don't test this.
  5706.     [! ANSI_STRING]: Put memcpy, strrchr, memset defns here instead.
  5707.  
  5708.     * posix/glob/Makefile.in (glob.o, fnmatch.o): / after $(srcdir).
  5709.  
  5710. Tue Jul  7 03:11:23 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5711.  
  5712.     * stdio/Makefile (routines): Add obstream.
  5713.  
  5714.     * Makerules (%.o: %.S, %.o: %.c): If using gcc, put the file name
  5715.     before the options on the command line.
  5716.  
  5717.     * malloc/Makefile (dist-routines): Define with routines for malloc.tar.
  5718.     (routines): Define with that plus the rest.
  5719.     (nodist): Remove.
  5720.     (routines): Add obstack.
  5721.     (headers): Add obstack.h.
  5722.     (obstack.%): New rule.
  5723.  
  5724.     * stdio/glue.c: Add comments.
  5725.  
  5726.     * stdio/printf.h (struct printf_info.spec): Make unsigned char.
  5727.  
  5728.     * stdio/stdio.h (__validfp): Fixed glued-stream snarfing.
  5729.  
  5730. Mon Jul  6 20:00:47 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5731.  
  5732.     * sysdeps/i386/jmp_buf.h: Deansideclized.
  5733.  
  5734.     * sysdeps/posix/Makefile (objdir-CPPFLAGS): Define; if in parent
  5735.     dir, add ..s to -Is.
  5736.     (mk-stdiolim): Use it in place of $(CPPFLAGS).
  5737.  
  5738. Sat Jul  4 20:44:42 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5739.  
  5740.     * posix/glob/Makefile.in (glob.o, fnmatch.o): Put $(srcdir) on deps.
  5741.  
  5742. Wed Jul  1 00:13:40 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5743.  
  5744.     * sysdeps/generic/strstr.c: If NEEDLE is "", return end of HAYSTACK.
  5745.  
  5746.     * string/tester.c (main): Remove decls of sys_nerr and sys_errlist.
  5747.  
  5748.     * configure: Accept --prefix=*, --exec_prefix=* options.
  5749.     Set values in config.make and config.status.
  5750.  
  5751.     * io/umask.c: Fixed return type in fn alias.
  5752.  
  5753.     * posix/glob.c [! ANSI_STRING]: #define strcoll to strcmp.
  5754.     Remove extra decls of free, qsort, malloc, and realloc.
  5755.  
  5756.     * dirent/alphasort.c: #include <string.h>, and not <stdlib.h>.
  5757.  
  5758.     * sysdeps/unix/bsd/i386/__wait3.S: Load SYS_wait into %eax before
  5759.     trapping.  Use literal .byte instead of lcall to avoid gas bug.
  5760.     Use 0(REG), not (REG), for register-indirect addressing.
  5761.  
  5762.     * configure: Make config.status executable.
  5763.  
  5764. Tue Jun 30 21:14:53 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5765.  
  5766.     * configure: Add --os-release=* and --os-version=* options.  Record
  5767.     settings (which might be automagically guessed) in config.status.
  5768.  
  5769.     * misc/mknod.c: Use __mode_t for arg in fn alias.
  5770.  
  5771.     * posix/unistd.h (setregid): Declare to take __gid_t args.
  5772.  
  5773.     * sysdeps/unix/bsd/i386/__wait3.S: Don't use lcall insn gas barfs on.
  5774.  
  5775.     * posix/vfork.c: Move to sysdeps/generic/.
  5776.  
  5777.     * Rules (others, tests): Export them.
  5778.  
  5779.     * io/umask.c, io/mkdir.c, io/chmod.c: Use mode_t not int in arg decls.
  5780.  
  5781.     * sysdeps/i386/ffs.c: #include <string.h>, not <bstring.h>.
  5782.  
  5783.     * stdio/vfscanf.c: Use function_alias.
  5784.  
  5785.     * stdio/vsscanf.c: Use va_list, not PTR, in arg decl in fn alias.
  5786.  
  5787.     * sysdeps/unix/i386/sysdep.h (PSEUDO): Enough backslashes and
  5788.     semicolons.
  5789.  
  5790.     * stdio/stdio.h: For __gnuc_va_list, #test __GNUC_VA_LIST, not
  5791.     __va_list_defined.
  5792.  
  5793.     * stdio/fmemopen.c: Use memchr to find NUL for append mode.
  5794.  
  5795.     * stdio/memstream.c (enlarge_buffer): Double the buffer size, rather
  5796.     than adding 100.  Don't clobber *INFO->bufsize when called with the
  5797.     put limit reset.  If the target has been set, extend and zero-fill
  5798.     the buffer.
  5799.     (seek): New function.
  5800.     (open_memstream): Use it for seek io fn.  Call fmemopen with "w+" mode.
  5801.  
  5802. Sun Jun 28 19:01:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5803.  
  5804.     * stdio/fseek.c: Fail with EINVAL for a negative file pos.
  5805.  
  5806. Fri Jun 26 00:07:53 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5807.  
  5808.     * Makeconfig (stdarg.h): New variable.
  5809.     * Makefile (headers): Add $(stdarg.h).
  5810.  
  5811.     * stdio/stdio.h: Change __va_list to __gnuc_va_list in decls.
  5812.  
  5813.     * sysdeps/unix/morecore.c: Include malloc.h #ifndef _MALLOC_INTERNAL.
  5814.     Don't include <stdio.h>.
  5815.     (NULL): Define to 0 if not defined.
  5816.  
  5817.     * sysdeps/i386/bzero.c: Include string.h, not bstring.h.
  5818.  
  5819. Thu Jun 25 21:01:40 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5820.  
  5821.     * stdio/perror.c, string/strerror.c (_sys_errlist, _sys_nerr): Don't
  5822.     declare #ifndef HAVE_GNU_LD.
  5823.  
  5824.     * stdio/fwrite.c: Cast arg to write io func to const char * (from uns).
  5825.  
  5826.     * sysdeps/unix/Makefile: If syscall.h doesn't exist in
  5827.     $(sysincludedir), look for sys/syscall.h and create $(objpfx)syscall.h
  5828.     to #include it.
  5829.  
  5830.     * sysdeps/unix/morecore.c (__default_morecore): Deansideclized.
  5831.     * malloc/*.c: Only #include <malloc.h> #ifndef _MALLOC_INTERNAL.
  5832.  
  5833. Wed Jun 24 19:09:04 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5834.  
  5835.     * sysdeps/unix/snarf-ioctls: Avoid looking at a few particular
  5836.     headers which tend to mislead us.
  5837.  
  5838.     * Makefile (distribute): Add COPYING.
  5839.  
  5840.     * configure (Makefile): When invoking make in srcdir, set ARCH
  5841.     rather than objdir on the cmd line.
  5842.  
  5843.     * posix/glob.c [DIRENT] (direct): Don't define to dirent.
  5844.     [! DIRENT] (direct): Define to dirent.
  5845.  
  5846.     * Make-dist [!subdir] (+tsrcs): Don't include $(distribute).  It was
  5847.     already included above.
  5848.  
  5849. Mon Jun 22 16:58:34 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5850.  
  5851.     * Makerules (sysdep_routines): Export it.
  5852.  
  5853. Wed Jun 17 17:58:05 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5854.  
  5855.     * posix/glob.c (my_realloc): Test only __GNU_LIBRARY__.  Can't trust
  5856.     STDC_HEADERS.
  5857.  
  5858. Tue Jun 16 20:20:01 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5859.  
  5860.     * resource/sys/resource.h (enum __rlimit_resource): Added MEMLOCK,
  5861.     NPROC, OFILE.
  5862.  
  5863.     * posix/Makefile (glob.tar): Include Makefile.in & configure, and not
  5864.     Makefile.
  5865.     (glob/configure): New rule.
  5866.  
  5867.     * posix/glob/Makefile: Moved to posix/glob/Makefile.in.
  5868.     (VPATH, srcdir, CPPFLAGS): Define to be replaced by autoconf.
  5869.  
  5870.     * posix/glob.c: Rearranged conditionals for use with autoconf.
  5871.  
  5872. Thu Jun 11 15:47:43 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5873.  
  5874.     * sysdeps/unix/bsd/sun/sparc/start.c: Added alias for start -> __start.
  5875.  
  5876. Tue Jun  9 20:15:12 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5877.  
  5878.     * sysdeps/posix/rename.c: Return failure and don't remove the old
  5879.     link if the link failed with other than EEXIST.
  5880.  
  5881.     * posix/glob/Makefile: Fixed copyright notice.
  5882.     (realclean): Don't remove ~ backup files.
  5883.  
  5884. Thu Jun  4 16:41:56 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5885.  
  5886.     * time/Makefile (install-data): Don't include zoneinfo/.
  5887.     Makerules already makes sure the necessary directories exist.
  5888.  
  5889.     * setjmp/setjmp.h (sigsetjmp) [__GNUC__]: Use typeof hackery to
  5890.     construct the type of the temporary var for the arg.
  5891.     (_setjmp) [__FAVOR_BSD]: Make same as setjmp.
  5892.  
  5893.     * malloc/malloc.h (mtrace): Declare.
  5894.  
  5895.     * malloc/malloc.h, malloc/calloc.c, malloc/free.c, malloc/malloc.c,
  5896.     malloc/mcheck.c, malloc/memalign.c, malloc/mstats.c,
  5897.     malloc/mtrace.c, malloc/realloc.c, malloc/valloc.c: Deansideclized;
  5898.     changed copyright notices to be independent of libc.
  5899.     * malloc/Makefile (glob/%.c, glob/%.h): Don't need to ansideclificate.
  5900.  
  5901.     * io/ftw.h, io/ftw.c: New.
  5902.     * io/Makefile (headers): Added ftw.h.
  5903.     (routines): Added ftw.
  5904.  
  5905. Tue Jun  2 21:49:22 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5906.  
  5907.     * sysdeps/unix/bsd/signum.h (SIG_ERR, SIG_DFL, SIG_IGN): Use
  5908.     __sighandler_t.
  5909.  
  5910.     * posix/glob.c (__ptr_t): Define.
  5911.  
  5912. Thu May 28 06:57:14 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5913.  
  5914.     * sysdeps/m68k/jmp_buf.h: Don't use PTR.
  5915.  
  5916. Wed May 27 18:09:40 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5917.  
  5918.     * posix/{glob,fnmatch}.[ch]: Deansideclized; changed copyright
  5919.     notice to be independent of libc.
  5920.     * posix/Makefile (glob/%.c, glob/%.h): Don't need to ansideclificate.
  5921.  
  5922.     * posix/unistd.h (_SC_2_FORT_RUN, _SC_2_LOCALDEF): Define.
  5923.  
  5924.     * posix/unistd.h: Define _POSIX2_* without #ifdef __USE_POSIX2.
  5925.  
  5926.     * posix/unistd.h (_POSIX2_FORT_DEV): Removed.
  5927.  
  5928.     * posix/fnmatch.h (FNM_FILE_NAME): Alias for FNM_PATHNAME.
  5929.  
  5930. Tue May 26 00:39:39 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5931.  
  5932.     * time/Makefile (install-data): Include zoneinfo/, so the directory
  5933.     gets made.
  5934.  
  5935.     * Makeconfig (+gcc-nowarn): Define to -w if using gcc.
  5936.     * time/Makefile (tz-cc): Use it to suppress warnings for grody code.
  5937.  
  5938.     * posix/Makefile (libposix.a), math/Makefile (libm.a): Make archive
  5939.     containing /dev/null instead of nothing; ar won't create an empty
  5940.     archive.
  5941.  
  5942.     * Makerules (%/): Added generic mkdir rule.
  5943.  
  5944.     * posix/Makefile (install-lib): Define to libposix.a.
  5945.     (libposix.a): Create empty archive.
  5946.  
  5947.     * posix/Makefile (distribute): Added utsnamelen.h.
  5948.  
  5949.     * ctype/ctype.c (tolower, toupper): If the arg doesn't fit in a
  5950.     char, return it unchanged.
  5951.     * ctype/ctype.h (tolower, toupper): Don't define as macros.
  5952.     [__GNUC__]: Define as extern inline functions.
  5953.  
  5954.     * sysdeps/unix/bsd/sun/sunos4/utsnamelen.h,
  5955.     sysdeps/unix/bsd/sun/sunos4/uname.S: New.
  5956.  
  5957.     * configure: Only do hacking to snarf uname info if the config uses
  5958.     the generic uname implementation.
  5959.  
  5960.     * Makeconfig (+defines): Define to include $(gnu_ld), rather than
  5961.     -DHAVE_GNU_LD.
  5962.     * configure: Write config.make with gnu_ld/gnu_as defns.
  5963.  
  5964.     * sysdeps/unix/bsd/sun/sunos411: Renamed back to .../sunos4.
  5965.     * sysdeps/unix/bsd/bsd44: Renamed to .../bsd4.4.
  5966.  
  5967.     * Makeconfig: include $(objpfx)configparms instead of
  5968.     $(objdir)/Makeconfig.
  5969.     Define objpfx as soon as objdir is defined, so we can use it.
  5970.  
  5971.     * sysdeps/generic/uname.c: Use UNAME_* from config-name.h.
  5972.  
  5973. Mon May 25 19:33:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5974.  
  5975.     * configure: Accept all standard GNU configure options.
  5976.     Expect to be run in object directory, and find source directory
  5977.     elsewhere.
  5978.     Write config.status as a shell script that can be run to recreate
  5979.     the configuration.
  5980.     Grok os names containing dots by trying each successively
  5981.     less-precise substring.
  5982.     Write Sysnames and config-name.h in current directory.
  5983.     Write #define's for uname sysname, release, version, and machine
  5984.     elts in config-name.h.  Hackery to intuit release and version info.
  5985.  
  5986.     * stdio/vsnprintf.c, stdio/vsprintf.c, stdio/vasprintf.c,
  5987.     stdio/vdprintf.c, stdio/vfscanf.c, stdio/vscanf.c,
  5988.     stdio/__vsscanf.c: Take arg list as va_list, not PTR.
  5989.  
  5990.     * stdio/stdio.h: Replaced #include <stdarg.h> with magic.
  5991.     Properly use __va_list in prototypes.
  5992.  
  5993.     * Makeconfig (exec_prefix): Define.
  5994.     (libdir, includedir, bindir): Use it.
  5995.  
  5996.     * sysdeps/unix/sysv/Makefile [subdir==io] (sysdep-routines): Removed
  5997.     __utssys.
  5998.     * sysdeps/unix/sysv/Dist: Removed __utssys.S.
  5999.     * sysdeps/unix/sysv/__utssys.S, sysdeps/unix/sysv/uname.c: Removed.
  6000.     * sysdeps/unix/sysv/uname.S, sysdeps/unix/sysv/utsnamelen.h: New.
  6001.  
  6002.     * posix/sys/utsname.h (_UTSNAME_LENGTH): Don't define; instead,
  6003.     #include <utsnamelen.h> to define it.
  6004.     * sysdeps/generic/utsnamelen.h: New.
  6005.  
  6006. Sun May 24 00:07:45 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6007.  
  6008.     * sysdeps/generic/inet-cvt.h: Deansideclized.
  6009.  
  6010.     * string/string.h (memfrob): First arg is __ptr_t, not char *.
  6011.  
  6012.     * misc/sys/cdefs.h (__ptr_t): Made #define rather than a typedef.
  6013.  
  6014. Fri May 22 01:52:04 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6015.  
  6016.     * Makefile, Rules, Makerules: Remove all rules for ansideclificating
  6017.     headers.
  6018.  
  6019.     * posix/glob.h, posix/fnmatch.h: Use explicit cruft for C++.
  6020.     Define __P and const for C++/ANSI vs old C ourselves, to avoid
  6021.     dependence on <sys/cdefs.h>.
  6022.  
  6023.     * inet/Makefile: Remove cruft to snarf things from bsd/.
  6024.     * inet/bsd/*.c: Moved to inet/.
  6025.  
  6026.     * Makerules: Install headers from source directories into
  6027.     $(includedir), rather than ansidecl madness.
  6028.     * Makeconfig (ansi-incldir, trad-incldir): Removed.
  6029.     (includedir): Define instead.
  6030.  
  6031.     * assert/assert.h, ctype/ctype.h, dirent/dirent.h, grp/grp.h,
  6032.       locale/locale.h, locale/localeinfo.h, math/math.h,
  6033.       misc/sys/file.h, misc/sys/ioctl.h, misc/sys/ptrace.h,
  6034.       misc/sys/uio.h, misc/sgtty.h, misc/nlist.h, posix/gnu/types.h,
  6035.       posix/sys/wait.h, posix/sys/types.h, posix/sys/times.h,
  6036.       posix/sys/utsname.h, posix/unistd.h, posix/tar.h, posix/utime.h,
  6037.       posix/wordexp.h, posix/glob.h, posix/fnmatch.h, pwd/pwd.h,
  6038.       resource/sys/resource.h, resource/sys/vlimit.h,
  6039.       resource/sys/vtimes.h, setjmp/setjmp.h, signal/signal.h,
  6040.       signal/gnu/signal.h, socket/sys/socket.h, stdio/stdio.h,
  6041.       stdio/printf.h, stdlib/alloca.h, stdlib/stdlib.h, string/string.h,
  6042.       termios/termios.h, time/sys/time.h, time/time.h, io/sys/stat.h,
  6043.       io/fcntl.h, errno.h, stddef.h, malloc/malloc.h:
  6044.     Deansideclized.  Use <sys/cdefs.h> macros instead of ansidecl and
  6045.     C++ cruft.
  6046.     * features.h: #include <sys/cdefs.h>.
  6047.  
  6048.     * string/string.h (strfry, memfrob): Declare.
  6049.     * string/Makefile (routines): Added strfry and memfrob.
  6050.     * string/strfry.c, string/memfrob.c: New.
  6051.  
  6052.     * locale/C-ctype_ct.c: Made BS be isspace.
  6053.  
  6054.     * sysdeps/generic/strstr.c: Return HAYSTACK, not its end, if NEEDLE
  6055.     is the empty string.
  6056.  
  6057.     * sysdeps/generic/strncase.c: Fixed for case of empty string.
  6058.  
  6059. Wed May 20 02:36:09 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6060.  
  6061.     * io/sys/stat.h (fchmod): Declare, rather than two __fchmod decls.
  6062.  
  6063.     * configure (sysv, bsd): Don't make base_os=unix; unix/{sysv,bsd}
  6064.     instead.
  6065.     Set os_used if base_os is used.
  6066.  
  6067. Tue May 19 21:00:11 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6068.  
  6069.     * crypt/*: New files from glad.
  6070.  
  6071.     * stdio/stdio.h (sys_nerr, sys_errlist): Don't declare const.
  6072.  
  6073. Sun May 17 15:50:00 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  6074.  
  6075.     * io/Makefile (headers): Remove gnu/stat.h; add sys/stat.h.
  6076.  
  6077.     * posix/glob.c (glob): Don't let us fall off the end without returning.
  6078.  
  6079.     * sysdeps/stub/setenv.c, sysdeps/posix/setenv.c: New.
  6080.     * stdlib/stdlib.h [__USE_BSD] (setenv): Declare.
  6081.     * stdlib/Makefile (routines): Add setenv.
  6082.  
  6083.     * malloc/mtrace.c (old_{free,malloc,realloc}_hook): Renamed to tr_&
  6084.     to not conflict with mcheck.c when combined into gmalloc.c.
  6085.  
  6086. Fri May 15 19:07:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6087.  
  6088.     * socket/sys/socket.h (PF_NBS, AF_NBS): Removed.
  6089.     (PF_ISO, PF_OSI, PF_APPLETALK, PF_ROUTE, PF_LINK): Define.
  6090.     (PF_MAX): Increase accordingly.
  6091.  
  6092.     * inet/bsd/*.c: Snarfed latest code from 4.4.
  6093.  
  6094.     * misc/sys/cdefs.h (__BEGIN_DECLS, __END_DECLS): Define cruft for C++.
  6095.  
  6096. Thu May 14 01:45:12 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6097.  
  6098.     * posix/glob.h (GLOB_MAGCHAR): Check user feature-test macros,
  6099.     rather than __USE_BSD, so we don't depend on features.h.
  6100.  
  6101.     * sysdeps/stub/__wait4.c: Last arg is struct rusage *, not PTR.
  6102.  
  6103.     * math/bsd/common_source/mathimpl.h: Don't #define const.
  6104.     #include <sys/cdefs.h> instead.
  6105.  
  6106.     * Makefile (+other_dirs): Add crypt, but only if it exists at run time.
  6107.     * crypt/GNUmakefile: New file.
  6108.     * sysdeps/sparc/Makefile, sysdeps/m68k/Makefile (crypt):
  6109.     Define to use machine-dependent assembly code in crypt/crypt.*.S.
  6110.     * crypt: New directory.
  6111.  
  6112.     * find-sysdirs: Don't lose if there are no sysnames.
  6113.  
  6114.     * termios/Makefile (headers): Added sys/termios.h.
  6115.     * termios/sys/termios.h: New file; just #include <termios.h>.
  6116.  
  6117.     * stdlib/qsort.c: Define _quicksort rather than qsort.
  6118.     * stdlib/msort.c: New file; defines qsort function that does merge
  6119.     sort.  Falls back to _quicksort if it fails to allocate a temp array.
  6120.     * stdlib/Makefile (routines): Added msort.
  6121.  
  6122.     * string/string.h (memccpy, strdup): Also declare #ifdef __USE_BSD.
  6123.     [__USE_BSD] (index, rindex, bcmp, bzero, ffs): Declare.
  6124.     * string/strings.h: Just #include <string.h>.
  6125.     * string/Makefile (headers): Removed bstring.h.
  6126.  
  6127.     * misc/Makefile (routines): Removed swab.
  6128.     * string/Makefile (routines): Put it here instead.
  6129.     * misc/swab.c: Moved to string/swab.c.
  6130.  
  6131.     * stdio/stdio.h [__USE_BSD] (sys_nerr, sys_errlist): Declare.
  6132.  
  6133.     * grp/grp.h (setgrent, endgrent, getgrent): Also do #ifdef __USE_BSD.
  6134.  
  6135.     * posix/glob.h [__USE_BSD] (GLOB_MAGCHAR): Declare.
  6136.     (glob_t): Added member `gl_flags'.
  6137.     * posix/glob.c (glob, glob_in_dir): Set gl_flags member to FLAGS;
  6138.     or in GLOB_MAGCHAR if any metachars are seen.
  6139.  
  6140.     * sysdeps/unix/bsd/bsd44/readdir.c: New.
  6141.  
  6142.     * sysdeps/unix/bsd/sun/readdir.c: Don't need to declare
  6143.     __getdirentries here.  Use off_t and ssize_t.
  6144.  
  6145.     * misc/Makefile (routines): Removed getdents and __getdents.
  6146.     * dirent/Makefile (routines): Put them here instead.
  6147.     * misc/getdents.c: Moved to dirent/getdents.c.
  6148.     * dirent/dirent.h [__USE_BSD] (__getdirentries, getdirentries):
  6149.     Declare.
  6150.  
  6151.     * dirent/Makefile (routines): Added scandir and alphasort.
  6152.     * dirent/scandir.c, dirent/alphasort.c: New.
  6153.     * dirent/dirent.h [__USE_BSD] (scandir, alphasort): Declare.
  6154.  
  6155.     * sysdeps/unix/bsd/nice.c, sysdeps/unix/sysv/nice.S,
  6156.     sysdeps/stub/nice.c: New.
  6157.     * resource/Makefile (routines): Added nice.
  6158.  
  6159.     * misc/sys/cdefs.h [__USE_BSD] (const, signed, volatile): #define to
  6160.     __ versions, for the sake of 4.4 header files.
  6161.  
  6162. Wed May 13 00:35:12 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  6163.  
  6164.     * stdlib/tst-strtol.c: Fixed typo in test table.
  6165.  
  6166.     * stdlib/strtol.c: Fixed checking for overflow of long int that fits
  6167.     in unsigned long int.
  6168.  
  6169.     * misc/Makefile (headers): Added ttyent.h.
  6170.     (routines): Added getttyent.
  6171.     * misc/ttyent.h, misc/getttyent.h: New; snarfed from 4.4.
  6172.  
  6173.     * posix/sys/wait.h [__USE_BSD]: Added forward decl for struct rusage.
  6174.     (__wait4, __wait3): Declare arg as struct rusage, not PTR.
  6175.  
  6176.     * inet/arpa/*.h, inet/protocols/*.h, inet/netdb.h, inet/resolv.h:
  6177.     New files from 4.4.
  6178.     * inet/Makefile (headers): Snarf *.h from arpa/ and protocols/.
  6179.  
  6180.     * sysdeps/m68k/fpu/__math.h, assert/assert.h: #include <sys/cdefs.h>
  6181.     and use its macros rather than rolling our own.
  6182.  
  6183.     * misc/sys/cdefs.h: New file.
  6184.     * misc/Makefile (headers): Add it.
  6185.  
  6186.     * Makerules: Moved check for headers coming from env to Rules.
  6187.  
  6188. Tue May 12 01:04:10 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  6189.  
  6190.     * sysdeps/generic/strsep.c: New.
  6191.     * string/string.h [__USE_BSD] (strsep): Declare.
  6192.     * string/Makefile (routines): Added strsep.
  6193.  
  6194.     * sysdeps/unix/sysv/__settod.c, sysdeps/unix/sysv/stime.S,
  6195.     sysdeps/unix/bsd/stime.c, sysdeps/stub/stime.c: New.
  6196.     * time/time.h [__USE_SVID] (stime): Declare it.
  6197.  
  6198.     * sysdeps/unix/bsd/bsd44/__getdents.S: New.
  6199.  
  6200.     * posix/wordexp.h, posix/utime.h, posix/unistd.h, time/time.h,
  6201.     termios/termios.h, posix/tar.h, string/strings.h, string/string.h,
  6202.     stdlib/stdlib.h, signal/signal.h, stdio/stdio.h, misc/sgtty.h,
  6203.     setjmp/setjmp.h, inet/resolv.h, pwd/pwd.h, stdio/printf.h,
  6204.     misc/nlist.h, inet/netdb.h, math/math.h, malloc/malloc.h,
  6205.     locale/locale.h, grp/grp.h, posix/glob.h, posix/getopt.h,
  6206.     posix/fnmatch.h, io/fcntl.h, errno.h, dirent/dirent.h,
  6207.     ctype/ctype.h, string/bstring.h, assert/assert.h, stdlib/alloca.h,
  6208.     misc/a.out.h [__cplusplus]: Added stupid cruft for losing C++.
  6209.  
  6210. Mon May 11 01:40:49 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  6211.  
  6212.     * math/Makefile (headers): Added huge_val.h and nan.h.
  6213.  
  6214.     * io/Makefile (headers): Changed gnu/stat.h to statbuf.h.
  6215.  
  6216.     * time/Makefile (install-data): Include $(localtime-file) and
  6217.     $(posixrules-file) if they are relative.
  6218.     (install-others): Include them if absolute.
  6219.     ($(posixrules-file), $(localtime-file)): Define rules to install if
  6220.     absolute file names.
  6221.     * Makerules (+install): Include $(install-others) verbatim.
  6222.     * Makeconfig (localtime-file): Made default /etc/localtime.
  6223.  
  6224.     * sysdeps/generic/Makefile (endian.h): Only generate if would
  6225.     otherwise use stub version.
  6226.     * sysdeps/stub/endian.h, sysdeps/i386/endian.h: New.
  6227.  
  6228.     * Rules, Makefile: Export distribute and dont_distribute.
  6229.     * Make-dist: Export sysdep_dirs.  Unexport things rather than
  6230.     clobbering their values.
  6231.  
  6232.     * misc/sys/ptrace.h: Fixed typo.
  6233.  
  6234.     * stdio/stdio.h (__io_read, __io_write, __io_seek, __io_close):
  6235.     Added comments.
  6236.  
  6237.     * stdio/internals.c (flushbuf): If in append mode, don't do aligned
  6238.     writing, seek to the target, or update the offset.
  6239.  
  6240.     * posix/unistd.h (lseek): Doc fix.
  6241.  
  6242.     * misc/swab.c: New.
  6243.     * misc/Makefile (routines): Added swab.
  6244.  
  6245. Wed May  6 12:32:18 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  6246.  
  6247.     * math/Makefile, inet/Makefile (source_dirs): Export it.
  6248.     * MakeTAGS (all-dirs): Include $(source_dirs).
  6249.  
  6250.     * Makefile (TAGS): Removed dep on subdir_TAGS.
  6251.     (+subdir_targets): Removed subdir_TAGS.
  6252.     * MakeTAGS [! subdir] (TAGS): Depend on subdir_TAGS.
  6253.     [! subdir] (subdir_TAGS): Recurse on subdirectories.
  6254.  
  6255.     * Makerules (headers): Don't take value from the environment.
  6256.  
  6257.     * Makerules (sysdirs, sysdep_dir): Export them.
  6258.  
  6259.     * MakeTAGS: New makefile.
  6260.     * Makefile (distribute): Include it.
  6261.     * Makefile (TAGS), Rules (TAGS): Removed rules.
  6262.     * Makerules (TAGS): New rule that uses MakeTAGS.
  6263.     * Makefile (TAGS): Depend on subdir_TAGS.
  6264.  
  6265.     * Makerules (install, install-lib, install-data, routines, aux):
  6266.     Don't bother removing these if they come from the environment, since
  6267.     they won't with make >= 3.62.8.
  6268.     * Rules (distribute, headers): Ditto.
  6269.     (subdir): Export it.
  6270.     * Makerules (sources, headers): Export these.
  6271.     * Makefile (subdirs): Export it.
  6272.  
  6273.     * Rules (+tags_sources): Removed.
  6274.     * Makerules (tags-sources): Define here.
  6275.     * ctype/Makefile (tags-sources): Redefine to give headers precedence
  6276.     over sources.
  6277.     * Rules (TAGS), Makefile (TAGS): Rewrote rules.
  6278.     * Makeconfig (+ctags): Removed.
  6279.     (ETAGS): Define.
  6280.  
  6281.     * sysdeps/posix/getcwd.c: Don't closedir twice.
  6282.  
  6283.     * sysdeps/unix/bsd/hp/m68k/__wait3.S: Define __wait3, not ___wait3.
  6284.  
  6285.     * posix/sys/types.h [__USE_BSD] (fsid_t): Define.
  6286.     * posix/gnu/types.h (__fsid_t): Define.
  6287.  
  6288.     * io/fcntl.h (F_GETLK): Define.
  6289.  
  6290. Tue May  5 18:36:46 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  6291.  
  6292.     * misc/Makefile (routines): Added seteuid and setegid.
  6293.     * sysdeps/stub/sete[ug]id.c, sysdeps/unix/bsd/bsd44/sete[ug]id.S: New.
  6294.     * posix/unistd.h [__USE_BSD] (seteuid, setegid): Declare.
  6295.  
  6296.     * sysdeps/unix/bsd/tcsendbrk.c: #include <sys/types.h>
  6297.  
  6298.     * Makerules: Strip whitespace from $(headers) so ifdef wins.
  6299.  
  6300.     * sysdeps/unix/bsd/bsdtty.h: #undef a bunch more things.
  6301.  
  6302.     * sysdeps/unix/bsd/bsd44/errnos.h: New, hacked from 4.4 <sys/errno.h>.
  6303.  
  6304.     * sysdeps/unix/Makefile (ioctls.h, errnos.h): Only generate if
  6305.     the files that would be used otherwise are the stub versions.
  6306.  
  6307.     * sysdeps/unix/bsd/tcflow.c: Don't write VSTOP or VSTART if it is
  6308.     _POSIX_VDISABLE.
  6309.  
  6310.     * sysdeps/unix/bsd/tcflush.c: Use FREAD|FWRITE for TCIOFLUSH.
  6311.  
  6312.     * sysdeps/unix/bsd/usleep.c: Use select rather than itimers to wait.
  6313.  
  6314.     * sysdeps/unix/bsd/tcsendbrk.c: Use select rather than itimers to wait.
  6315.  
  6316.     * termios/cfmakeraw.c: New.
  6317.     * termios/Makefile (routines): Added cfmakeraw.
  6318.  
  6319.     * sysdeps/unix/bsd/bsd44/ioctls.h: New file, hacked from 4.4
  6320.     <sys/ioctl.h>.
  6321.     * sysdeps/unix/bsd/bsd44/__tcgetatr.c: New.
  6322.     * sysdeps/unix/bsd/bsd44/tcsetattr.c: New.
  6323.     * sysdeps/unix/bsd/bsd44/tcdrain.c: New.
  6324.  
  6325.     * termios/sys/ttydefaults.h: New, snarfed from 4.4.
  6326.     * termios/Makefile (headers): Define.
  6327.     * termios/termios.h [__USE_BSD]: #include <sys/ttydefaults.h>
  6328.  
  6329.     * sysdeps/posix/getcwd.c: Removed unused variable.
  6330.  
  6331.     * time/__tzset.c: Cast string literal to (char *).
  6332.  
  6333.     * setjmp/sigjmp_save.c: Declare properly to return void.
  6334.  
  6335.     * sysdeps/ieee754/nan.h: Created; somehow it disappeared.
  6336.  
  6337. Mon May  4 18:30:52 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6338.  
  6339.     * sysdeps/unix/bsd/bsd44/__wait4.S: New.
  6340.  
  6341.     * sysdeps/unix/bsd/4.4: Renamed to sysdeps/unix/bsd/bsd44.
  6342.  
  6343.     * signal/gnu/signal.h (__SA_DISABLE, __SA_NOCLDSTOP): Use same bits
  6344.     4.4 uses.
  6345.  
  6346. Sun May  3 13:57:25 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6347.  
  6348.     * stdio/fwrite.c: Use unsigned char to avoid sign extension.
  6349.  
  6350.     * stdlib/__random.c (randtbl): Replaced default constants so they
  6351.     match the state produced by "srandom (1)".
  6352.  
  6353.     * stdlib/mbtowc.c: Test for S == "" before testing for no mbchars.
  6354.  
  6355.     * stdlib/Makefile (tests): Added testrand.
  6356.     * stdlib/testrand.c: New test for rand.
  6357.  
  6358.     * stdlib/testmb.c: Added 2 mblen tests.
  6359.  
  6360.     * stdlib/wcstombs.c: Don't do anything strange for EOF.
  6361.     Copy non-MB characters as they are.
  6362.     Properly increment S after writing.
  6363.  
  6364.     * stdlib/testmb.c: Added test case for wcstombs.
  6365.  
  6366.     * signal/signal.h (SA_DISABLE): Define.
  6367.     * signal/gnu/signal.h (__SA_DISABLE): Define.
  6368.  
  6369.     * signal/signal.h (struct sigaltstack): Define new type.
  6370.     (sigaltstack): Declare new fn.
  6371.     * sysdeps/stub/sigaltstack.c: New.
  6372.     * sysdeps/unix/bsd/4.4/sigaltstack.S: New.
  6373.  
  6374.     * misc/Makefile (routines): Added reboot.
  6375.     * posix/unistd.h (reboot): Declare.
  6376.     * sysdeps/stub/reboot.c: New.
  6377.  
  6378.     * sysdeps/unix/bsd/ulimit.c [! HAVE_GNU_LD]: #define _etext -> etext.
  6379.  
  6380.     * sysdeps/unix/bsd/sun/sparc/sethostid.S: #define _ERRNO_H before
  6381.     #include <errnos.h>.
  6382.  
  6383.     * configure (newos*): base_os=unix/bsd.
  6384.  
  6385. Fri May  1 12:21:47 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  6386.  
  6387.     * io/gnu/stat.h: Moved to sysdeps/unix/bsd/statbuf.h.
  6388.     * sysdeps/unix/bsd/statbuf.h: Define struct stat, not struct __stat.
  6389.     * io/stat.c: Use struct stat, not struct __stat.
  6390.     * sysdeps/stub/statbuf.h: New.
  6391.     * io/sys/stat.h: #include <statbuf.h> instead of gnu/stat.h.
  6392.     (stat, fstat, lstat, chmod, fchmod, umask, mkdir, mknod): Don't
  6393.     #define; declare as fns instead.
  6394.     * sysdeps/unix/sysv/stat.h: New.
  6395.     * sysdeps/unix/sysv/sysv_stat.h, sysdeps/unix/sysv/sys_stat.S,
  6396.     sysdeps/unix/sysv/sys_fstat.S: Removed.
  6397.     * sysdeps/unix/sysv/Makefile (sysdep_routines): Removed sys_stat,
  6398.     sys_fstat.
  6399.     * sysdeps/unix/sysv/Dist: Removed sys_stat.S, sys_fstat.S.
  6400.     * sysdeps/unix/bsd/__stat.S, sysdeps/unix/bsd/__fstat.S: Moved to
  6401.     sysdeps/unix.
  6402.  
  6403.     * sysdeps/m68k/fpu/switch/Makefile: Refer to dirs fpu and
  6404.     fpu/switch, not 68881 and 68881-switch.
  6405.  
  6406.     * sysdeps/m68k/fpu/switch/switch.c: #include <68881-sw.h>, not
  6407.       68881-switch.h.
  6408.  
  6409.     * sysdeps/m68k/fpu/__expm1.c, sysdeps/m68k/fpu/__rint.c,
  6410.     sysdeps/m68k/fpu/asin.c, sysdeps/m68k/fpu/atan.c,
  6411.     sysdeps/m68k/fpu/atanh.c, sysdeps/m68k/fpu/ceil.c,
  6412.     sysdeps/m68k/fpu/cos.c, sysdeps/m68k/fpu/cosh.c,
  6413.     sysdeps/m68k/fpu/exp.c, sysdeps/m68k/fpu/fabs.c,
  6414.     sysdeps/m68k/fpu/floor.c, sysdeps/m68k/fpu/log.c,
  6415.     sysdeps/m68k/fpu/log10.c, sysdeps/m68k/fpu/log1p.c,
  6416.     sysdeps/m68k/fpu/sin.c, sysdeps/m68k/fpu/sinh.c,
  6417.     sysdeps/m68k/fpu/sqrt.c, sysdeps/m68k/fpu/tan.c,
  6418.     sysdeps/m68k/fpu/tanh.c: #include <acos.c> without explicit path
  6419.     (which has changed).
  6420.  
  6421.     * sysdeps/unix/bsd/sun/sparc/start.c: #include <syscall.h>.
  6422.     (syscall): Removed C function; define all inside asm instead.
  6423.     (init_shlib): Cast return value of syscall to right types.
  6424.  
  6425. Thu Apr 30 01:15:33 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  6426.  
  6427.     * sysdeps/unix/bsd/sun/sparc/start.c: Added code to use dynamic
  6428.     linker from trq@dionysos.thphys.ox.ac.uk.
  6429.  
  6430.     * sysdeps/unix/bsd/sun/sunos4: Renamed to sunos411.
  6431.  
  6432.     * setjmp/setjmp.h (sigsetjmp): Don't declare as a function.
  6433.     Define as a macro instead.
  6434.     (__sigjmp_save): Declare; internal fn used by sigsetjmp macro.
  6435.     (_setjmp), [__FAVOR_BSD] (setjmp): Always define as a macro.
  6436.     * setjmp/sigjmp_save.c: New file.
  6437.     * setjmp/_setjmp.c, setjmp/sigsetjmp.c: Removed.
  6438.     * Makefile (routines): Removed _setjmp, sigsetjmp; added sigjmp_save.
  6439.     * misc/bsd-compat.c (setjmp): Don't define.
  6440.  
  6441.     * configure (sysv, bsd): base_os=unix
  6442.  
  6443.     * configure: Fatal error if the machine or os did not generate any
  6444.     sysdep dirs.
  6445.  
  6446.     * configure: No error message after config.sub fails.
  6447.  
  6448.     * sysdeps/mips, sysdeps/unix/bsd/ultrix42: New port from
  6449.     brendan@cs.widener.edu.
  6450.  
  6451.     * Reorganized sysdeps:
  6452.       unix/bsd/
  6453.           hp9k3bsd -> hp/m68k
  6454.           news -> sony/m68k
  6455.           sun/
  6456.               sun3/os3 -> sunos3/m68k
  6457.               sun3 -> m68k
  6458.               sun4 -> sparc
  6459.       unix/sysv/
  6460.           r4 -> sysv4
  6461.       m68k/
  6462.           68881 -> fpu
  6463.           68881/68881-switch -> fpu/switch
  6464.     * sysdeps/unix/bsd/sony/m68k/start.c: Changed #include.
  6465.     * configure: Use config.sub to canonicalize name.
  6466.     Then use combinations of machine, vendor, and os (with special
  6467.     hacks for os flavors) for sysdep dirs to try.
  6468.     * Makefile (distribute): Added config.sub.
  6469.  
  6470. Wed Apr 29 23:06:06 1992  Brendan Kehoe  (brendan@churchy.gnu.ai.mit.edu)
  6471.  
  6472.     * sysdeps/unix/bsd/hp9k3bsd/sysdep.h,
  6473.     sysdeps/unix/bsd/sun/sun3/sysdep.h, sysdeps/unix/bsd/sun/sun4/sysdep.h,
  6474.     sysdeps/unix/bsd/vax/sysdep.h,sysdeps/unix/i386/sysdep.h,
  6475.     sysdeps/mach/i386/sysdep.h: Change all definitions of movl/mov to
  6476.     MOVE(s, d), for insn sets with d,s instead of s,d move insns.
  6477.     * sysdeps/unix/__getegid.S, sysdeps/unix/__geteuid.S,
  6478.     sysdeps/unix/__getppid.S: Use that in each of these.
  6479.  
  6480. Wed Apr 29 17:58:21 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  6481.  
  6482.     * io/getwd.c: Default PATH_MAX if not defined.
  6483.  
  6484.     * sysdeps/unix/getlogin.c, sysdeps/posix/ttyname.c: Make buffers
  6485.     only as big as needed, avoiding PATH_MAX.
  6486.  
  6487.     * sysdeps/posix/getcwd.c: Dynamically extend the buffer as we go,
  6488.     not afterwards; default PATH_MAX if not defined.
  6489.  
  6490.     * posix/execvp.c: Dynamically allocate an array on the stack for the
  6491.     path name, rather than using a fixed-size array.
  6492.  
  6493.     * pwd/putpwent.c: Print pw_dir field.
  6494.  
  6495.     * sysdeps/posix/mktemp.c: If the pid has changed, update OLDPID.
  6496.  
  6497. Tue Apr 28 19:25:21 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  6498.  
  6499.     * malloc/valloc.c [emacs]: #include "config.h"
  6500.  
  6501. Thu Apr 23 13:55:34 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  6502.  
  6503.     * sysdeps/m68k/68881/__drem.c: Define __drem, not drem.
  6504.     Call ____drem, not __drem.
  6505.  
  6506.     * malloc/realloc.c, malloc/malloc.c: Don't #define memcpy or memset
  6507.     if already #define'd.
  6508.  
  6509. Tue Apr 21 04:16:56 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6510.  
  6511.     * malloc/Makefile: Moved include ../Rules after malloc.tar rules.
  6512.     They need $(routines), which Rules clears.
  6513.  
  6514.     * malloc/realloc.c (MIN): Renamed to min.  Conflicted with HPUX
  6515.     system header files.
  6516.  
  6517.     * Makefile (sysdep-subdirs): Is not called +sysdep-subdirs.
  6518.  
  6519.     * configure: Don't try to create config.status if . is not writable.
  6520.  
  6521.     * sysdeps/generic/printf_fp.c: Fixed padding loop condition for zero
  6522.     case.
  6523.  
  6524.     * math/math.h: Don't #include <float.h> for HUGE_VAL.
  6525.     Instead, #include <huge_val.h>.
  6526.     * stdlib/stdlib.h: Ditto.
  6527.     * math/math.h [__USE_GNU]: #include <nan.h> to get NAN value.
  6528.     * float.h: Removed.
  6529.     * Makefile (headers): Removed float.h and fl.h.
  6530.     * sysdeps/ieee754/huge_val.h, sysdeps/ieee754/nan.h,
  6531.     sysdeps/stub/huge_val.h, sysdeps/stub/nan.h, sysdeps/vax/huge_val.h:
  6532.     Created (from old fl.h files).
  6533.  
  6534.     * math/bsd/common_source/pow.c (pow_p): When checking if Y is an
  6535.     integer, don't let it overflow a `long int'.
  6536.     (pow): Check for NaN with __isnan, not (X != X).
  6537.  
  6538. Tue Apr 21 02:26:19 1992  Brendan Kehoe  (brendan@cs.widener.edu)
  6539.  
  6540.     * sysdeps/unix/bsd/sun/sun4/__pipe.S,
  6541.     sysdeps/unix/bsd/vax/__wait3.S, sysdeps/unix/bsd/hp9k3bsd/__wait3.S:
  6542.     Use the ENTRY macro for each beginning
  6543.  
  6544.     * sysdeps/unix/sysdep.h, sysdeps/unix/bsd/hp9k3bsd/sysdep.h,
  6545.     sysdeps/unix/bsd/sun/sun3/sysdep.h,
  6546.     sysdeps/unix/bsd/sun/sun4/sysdep.h, sysdeps/unix/bsd/vax/sysdep.h,
  6547.     sysdeps/unix/i386/sysdep.h, sysdeps/unix/sysdep.h,
  6548.     sysdeps/unix/sysv/sysdep.h [SYSCALL, SYSCALL__, PSEUDO]: Modify to
  6549.     also receive the number of args the syscall takes; added for future
  6550.     ports that will require this information.
  6551.  
  6552.     * sysdeps/unix/i386/__pipe.S, sysdeps/unix/bsd/vax/__pipe.S,
  6553.     sysdeps/unix/bsd/sun/sun4/__pipe.S,
  6554.     sysdeps/unix/bsd/hp9k3bsd/__pipe.S, sysdeps/unix/i386/__brk.S,
  6555.     sysdeps/unix/bsd/sun/__getdents.S, sysdeps/unix/i386/__fork.S,
  6556.     sysdeps/unix/bsd/vax/__fork.S, sysdeps/unix/bsd/sun/sun4/__fork.S,
  6557.     sysdeps/unix/__setgid.S, sysdeps/unix/__setuid.S,
  6558.     sysdeps/unix/bsd/sun/sun3/__vfork.S,
  6559.     sysdeps/unix/bsd/sun/sun4/__vfork.S,
  6560.     sysdeps/unix/bsd/vax/__wait.S, sysdeps/unix/bsd/hp9k3bsd/__wait.S,
  6561.     sysdeps/unix/i386/__wait.S,
  6562.     sysdeps/unix/bsd/sun/sunos4/sys_wait4.S,
  6563.     sysdeps/unix/bsd/sun/sun3/sethostid.S,
  6564.     sysdeps/unix/bsd/sun/sun4/sethostid.S,
  6565.     sysdeps/unix/bsd/__sigvec.S, sysdeps/unix/bsd/sun/sun4/__sigvec.S,
  6566.     sysdeps/unix/sysv/i386/__sigret.S, sysdeps/unix/__getppid.S,
  6567.     sysdeps/unix/bsd/__access.S, sysdeps/unix/sysv/signal.S,
  6568.     sysdeps/unix/__getegid.S, sysdeps/unix/__geteuid.S,
  6569.     sysdeps/unix/bsd/bsd_getgrp.S, sysdeps/unix/bsd/__dup2.S,
  6570.     sysdeps/unix/bsd/__fchmod.S, sysdeps/unix/bsd/__fchown.S,
  6571.     sysdeps/unix/bsd/__flock.S, sysdeps/unix/bsd/__fstat.S,
  6572.     sysdeps/unix/bsd/__lstat.S, sysdeps/unix/bsd/__mkdir.S,
  6573.     sysdeps/unix/bsd/__readlink.S, sysdeps/unix/bsd/__rmdir.S,
  6574.     sysdeps/unix/bsd/__stat.S, sysdeps/unix/bsd/__symlink.S,
  6575.     sysdeps/unix/bsd/4.4/chflags.S, sysdeps/unix/bsd/4.4/fchflags.S,
  6576.     sysdeps/unix/bsd/4.4/sstk.S, sysdeps/unix/bsd/4.4/setlogin.S,
  6577.     sysdeps/unix/bsd/__getdtsz.S, sysdeps/unix/bsd/__getpgsz.S,
  6578.     sysdeps/unix/bsd/__setregid.S, sysdeps/unix/bsd/__setreuid.S,
  6579.     sysdeps/unix/bsd/__utimes.S, sysdeps/unix/bsd/ftruncate.S,
  6580.     sysdeps/unix/bsd/readv.S, sysdeps/unix/bsd/truncate.S,
  6581.     sysdeps/unix/bsd/vhangup.S, sysdeps/unix/bsd/writev.S,
  6582.     sysdeps/unix/bsd/__getpgrp.S, sysdeps/unix/bsd/__setpgrp.S,
  6583.     sysdeps/unix/bsd/__getrusag.S, sysdeps/unix/bsd/getprio.S,
  6584.     sysdeps/unix/bsd/getrlimit.S, sysdeps/unix/bsd/setprio.S,
  6585.     sysdeps/unix/bsd/__sigblock.S,
  6586.     sysdeps/unix/bsd/__sigpause.S, sysdeps/unix/bsd/__sigstmsk.S,
  6587.     sysdeps/unix/bsd/killpg.S, sysdeps/unix/bsd/sigstack.S,
  6588.     sysdeps/unix/bsd/rename.S, sysdeps/unix/bsd/__adjtime.S,
  6589.     sysdeps/unix/bsd/__setitmr.S, sysdeps/unix/bsd/__settod.S,
  6590.     sysdeps/unix/sysv/sys_stat.S, sysdeps/unix/sysv/sys_fstat.S,
  6591.     sysdeps/unix/sysv/__utssys.S, sysdeps/unix/sysv/utime.S,
  6592.     sysdeps/unix/sysv/__times.S, sysdeps/unix/sysv/i386/time.S,
  6593.     sysdeps/unix/sysv/alarm.S, sysdeps/unix/sysv/pause.S,
  6594.     sysdeps/unix/sysv/ulimit.S, sysdeps/unix/__chdir.S,
  6595.     sysdeps/unix/__chmod.S, sysdeps/unix/__chown.S,
  6596.     sysdeps/unix/__close.S, sysdeps/unix/__dup.S,
  6597.     sysdeps/unix/__fcntl.S, sysdeps/unix/__link.S,
  6598.     sysdeps/unix/__lseek.S, sysdeps/unix/__open.S,
  6599.     sysdeps/unix/__read.S, sysdeps/unix/__umask.S,
  6600.     sysdeps/unix/__unlink.S, sysdeps/unix/__write.S,
  6601.     sysdeps/unix/__ioctl.S, sysdeps/unix/__mknod.S,
  6602.     sysdeps/unix/acct.S, sysdeps/unix/chroot.S, sysdeps/unix/fsync.S,
  6603.     sysdeps/unix/ptrace.S, sysdeps/unix/swapon.S, sysdeps/unix/sync.S,
  6604.     sysdeps/unix/__execve.S, sysdeps/unix/__getgid.S,
  6605.     sysdeps/unix/__getpid.S, sysdeps/unix/__getuid.S,
  6606.     sysdeps/unix/_exit.S, sysdeps/unix/__kill.S,
  6607.     sysdeps/unix/inet/__gethstnm.S, sysdeps/unix/inet/__select.S,
  6608.     sysdeps/unix/inet/gethostid.S, sysdeps/unix/inet/sethostid.S,
  6609.     sysdeps/unix/inet/sethostnam.S, sysdeps/unix/inet/accept.S,
  6610.     sysdeps/unix/inet/bind.S, sysdeps/unix/inet/connect.S,
  6611.     sysdeps/unix/inet/getpeernam.S, sysdeps/unix/inet/getsocknam.S,
  6612.     sysdeps/unix/inet/getsockopt.S, sysdeps/unix/inet/listen.S,
  6613.     sysdeps/unix/inet/recv.S, sysdeps/unix/inet/recvfrom.S,
  6614.     sysdeps/unix/inet/recvmsg.S, sysdeps/unix/inet/send.S,
  6615.     sysdeps/unix/inet/sendmsg.S, sysdeps/unix/inet/sendto.S,
  6616.     sysdeps/unix/bsd/vax/__wait3.S, sysdeps/unix/bsd/hp9k3bsd/__wait3.S,
  6617.     sysdeps/unix/inet/setsockopt.S, sysdeps/unix/inet/shutdown.S,
  6618.     sysdeps/unix/inet/socket.S, sysdeps/unix/inet/socketpair.S: Added the
  6619.     argument count to every use of SYSCALL, SYSCALL__ or PSEUDO.
  6620.  
  6621. Tue Apr 21 00:06:52 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6622.  
  6623.     * limits.h [__GNUC__ >= 2]: Use #include_next to get GCC's <limits.h>.
  6624.  
  6625.     * sysdeps/posix/sysd-stdio.c (__stdio_read, __stdio_write,
  6626.     __stdio_errmsg) [EINTR && EINTR_REPEAT]: Do EINTR looping.
  6627.     * sysdeps/unix/sysv/sysd-stdio.c: New.
  6628.     #define EINTR_REPEAT and #include posix/sysd-stdio.c.
  6629.  
  6630.     * stdlib/mbstowcs.c: Copy non-MB chars verbatim, instead of error.
  6631.  
  6632.     * sysdeps/generic/printf_fp.c: Note sign of exponent and take its
  6633.     absolute value for arithmetic.
  6634.  
  6635.     * stdlib/testmb.c: New.
  6636.     * stdlib/Makefile (tests): Added testmb.
  6637.  
  6638.     * sysdeps/generic/frexp.c [NAN]: If VALUE is infinite, return NAN.
  6639.     If VALUE is NAN, set errno to EDOM and return VALUE.
  6640.     If VALUE is zero, return it.  In all special cases, clear *EXP.
  6641.  
  6642.     * stdio/test-fseek.c: New.
  6643.     * stdio/Makefile (tests): Added test-fseek.
  6644.  
  6645.     * stdio/fseek.c: Position returned from io_funcs.seek is absolute,
  6646.     not EOF-relative when using SEEK_END.
  6647.  
  6648.     * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Set errno to
  6649.     EEXIST when we run out.
  6650.  
  6651.     * sysdeps/posix/sysd-stdio.c (exists): Use stat rather than open, so
  6652.     we don't need read access.
  6653.  
  6654.     * sysdeps/posix/mk-stdiolim.c (TMP_NAM): is 62 ** 3.
  6655.  
  6656. Mon Apr 20 23:08:02 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6657.  
  6658.     * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Don't return
  6659.     the same name twice when the file doesn't exist.
  6660.  
  6661.     * stdio/vfprintf.c (%c format): Tests of LEFT for padding were
  6662.     reversed.
  6663.  
  6664.     * sysdeps/generic/printf_fp.c: If we have written some fractional
  6665.     digits, write zeros up to the precision.
  6666.  
  6667.     * sysdeps/unix/bsd/sun/sun4/start.c: Don't clear the FP until just
  6668.     before calling main.
  6669.  
  6670. Wed Apr 15 01:43:38 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6671.  
  6672.     * Makerules (libc.a): Don't depend on libc.a(...); only on lib.
  6673.     (lib-noranlib): Depend on libobjs.
  6674.     (+libobjs): New var.
  6675.     (libobjs): Depend on $(+libobjs).
  6676.     * Rules (others, tests): Don't depend on lib; on libc.a instead.
  6677.  
  6678.     * locale/C-numeric.c: grouping is "".
  6679.  
  6680.     * locale/localeconv.c: Set int_frac_digits.
  6681.  
  6682.     * locale/setlocale.c: Accept "" to mean "C".
  6683.  
  6684.     * sysdeps/unix/sysv/r4/bsddir.h: Protect against multiple inclusion.
  6685.  
  6686.     * sysdeps/unix/sysv/r4/Dist: Created; includes bsddir.h and
  6687.     sys_getdents.S.
  6688.  
  6689.     * sysdeps/unix/i386/sysdep.h [! HAVE_SYSCALLS]: Don't #inlcude
  6690.     unix/sysdep.h.
  6691.     * sysdeps/unix/sysv/sysdep.h, sysdeps/unix/sysdep.h
  6692.     (HAVE_SYSCALLS): #define.
  6693.     * sysdeps/unix/sysv/i386/sysdep.h: #include unix/sysv/sysdep.h, then
  6694.     unix/i386/sysdep.h.
  6695.  
  6696.     * sysdeps/unix/sysv/Makefile: Fixed typos.
  6697.  
  6698.     * sysdeps/unix/sysv/Dist: Add utmp.h.
  6699.  
  6700.     * sysdeps/posix/Makefile (mk-stdiolim): Explicit commands, to
  6701.     compile it without normal gcc flags.
  6702.  
  6703.     * configure (i386-sysv): unix/i386/sysv -> unix/sysv/i386.
  6704.     (i386-sysvr4): New configuration.
  6705.  
  6706. Tue Apr 14 16:47:47 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6707.  
  6708.     * setjmp/setjmp.h: Put sigjmp_buf before typedef for jmp_buf, which
  6709.     needs sigjmp_buf #ifdef __FAVOR_BSD.
  6710.  
  6711.     * posix/unistd.h (getgroups): Don't #define.
  6712.  
  6713.     * sysdeps/stub/ptrace.c: #include <stdarg.h>; declare AP in fn.
  6714.     Avoid "PTR a, b".
  6715.  
  6716.     * sysdeps/posix/sigintr.c: New; sets global sigset_t `_sigintr'.
  6717.     * sysdeps/posix/signal.c: Use SA_RESTART unless SIG is in _sigintr.
  6718.     * signal/sigintr.c: Removed.
  6719.     * sysdeps/stub/sigintr.c: New.
  6720.  
  6721.     * sysdeps/posix/sysd-stdio.c (__stdio_read, __stdio_write,
  6722.     __stdio_errmsg): Don't treat EINTR specially.
  6723.  
  6724.     * sysdeps/unix/Makefile (sys/param.h): Touch the target after mv'ing
  6725.     from the tmp file, so the file is newer than the directory.
  6726.  
  6727.     * sysdeps/generic/strcasecmp.c: Simplified loop; fixed returning
  6728.     wrong value on equal comparison.
  6729.  
  6730.     * stdlib/bsearch.c: Don't lose if NMEMB is zero.
  6731.  
  6732.     * sysdeps/unix/bsd/__times.c (timeval_to_clock_t): Microseconds are
  6733.     not milliseconds.
  6734.  
  6735. Mon Apr 13 18:25:17 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6736.  
  6737.     * sysdeps/generic/strncase.c: New.
  6738.     * string/Makefile (routines): Add strncase.
  6739.     * string/string.h [__USE_GNU]: Declare strncasecmp.
  6740.  
  6741.     * time/__tzset.c: Correctly default DST offset to one hour later
  6742.     than standard offset.
  6743.  
  6744.     * time/__tzset.c (tz_rule): Made `name' not be const.
  6745.  
  6746.     * string/tester.c [! HAVE_GNU_LD]: #define _sys_nerr and
  6747.     _sys_errlist to sys_nerr and sys_errlist.
  6748.  
  6749.     * stdio/test_rdwr.c: Fixed printf call missing arg.
  6750.  
  6751.     * posix/getgrps.c: #undef getgroups first.
  6752.  
  6753.     * misc/brk.c: Declare __brk.
  6754.     * misc/sbrk.c: Declare __sbrk.
  6755.     * misc/setreuid.c, misc/setregid.c: #include <unistd.h>.
  6756.     Fixed types in DEFUN in fn alias.
  6757.     * misc/getpgsz.c, misc/getdtsz.c, misc/gethstnm.c: #include <unistd.h>.
  6758.     * misc/getdents.c: Declare __getdirentries.
  6759.     * misc/mknod.c: #include <sys/stat.h>.
  6760.     * posix/unistd.h: Declare many __ versions of things.
  6761.     [__OPTIMIZE__]: Many #define foo(...) -> __foo(...).
  6762.  
  6763.     * io/fcntl.c: #include <sys/file.h>.
  6764.  
  6765.     * sysdeps/unix/Makefile: New hair to install other headers the
  6766.     system sys/param.h #includes.
  6767.  
  6768.     * time/__tzset.c (__tzfile_default): Declare.
  6769.  
  6770.     * time/sys/time.h (timezone): #define to __timezone.
  6771.  
  6772.     * sysdeps/ieee754/printf_fp.c: #undef outchar before #including
  6773.     generic/printf_fp.c.
  6774.  
  6775.     * stdio/__vfscanf.c: For %c, don't lose the first char.
  6776.     For %s, properly consume the last char when we hit max width.
  6777.  
  6778.     * posix/gnu/types.h (__dev_t, __mode_t): Made int rather than short.
  6779.     * io/gnu/stat.h (struct stat): Made st_dev, st_rdev, and st_mode use
  6780.     {,unsigned} short int instead of __dev_t/__mode_t.
  6781.  
  6782. Fri Apr 10 13:55:07 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  6783.  
  6784.     * setjmp/setjmp.h: Rearranged so that jmp_buf is defined before any
  6785.     prototypes are used.
  6786.     (longjmp): Declare with jmp_buf, not __jmp_buf, to win in BSD mode.
  6787.     (_longjmp): #define as __longjmp, not longjmp.
  6788.     (_longjmp, _setjmp): Take jmp_buf args, not __jmp_buf.
  6789.     Call sig{set,long}jmp with SAVEMASK==0, rather than __{set,long}jmp.
  6790.     * _longjmp.c, _setjmp.c: #define _BSD_SOURCE before all else.
  6791.     (_setjmp): Call sigsetjmp, not __setjmp.
  6792.  
  6793.     * io/sys/stat.h (__fchmod, __mknod): Fixed arg types.
  6794.  
  6795.     * io/fchmod.c: Fixed typo.
  6796.  
  6797.     * time/Makefile (\n): Renamed to nl.
  6798.  
  6799.     * Makerules (native-compile): New variable.
  6800.     * sysdeps/generic/Makefile, sysdeps/unix/Makefile,
  6801.     sysdeps/unix/bsd/Makefile: Use it in cmds for generator progs.
  6802.  
  6803.     * sysdeps/unix/sysv/sysv_termio.h (_SYSV_TAB3): New; same as XTABS.
  6804.  
  6805.     * sysdeps/unix/sysv/setrlimit.c: Removed extern decl of etext (unused).
  6806.  
  6807.     * sysdeps/unix/sysv/__tcgetatr.c, sysdeps/unix/sysv/tcdrain.c,
  6808.     sysdeps/unix/sysv/tcflow.c, sysdeps/unix/sysv/tcflush.c,
  6809.     sysdeps/unix/sysv/tcgetpgrp.c, sysdeps/unix/sysv/tcsendbrk.c,
  6810.     sysdeps/unix/sysv/tcsetattr.c, sysdeps/unix/sysv/tcsetpgrp.c:
  6811.     #include <sys/ioctl.h>
  6812.  
  6813.     * sysdeps/unix/sysv/__rmdir.c, sysdeps/unix/sysv/__mkdir.c,
  6814.     sysdeps/posix/writev.c: #include <string.h>.
  6815.  
  6816.     * sysdeps/posix/clock.c: Removed unused variable.
  6817.  
  6818. Thu Apr  9 01:49:39 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6819.  
  6820.     * Version 1.03.
  6821.  
  6822.     * grp/testgrp.c: Print members correctly.
  6823.  
  6824.     * stdio/test-popen.c: Pipe to cat rather than more, and then check
  6825.     output file.  Better error checking.
  6826.  
  6827.     * setjmp/tst-setjmp.c: Notice if we didn't jump the right number of
  6828.     times.
  6829.  
  6830.     * signal/tst-signal.c, string/testcopy.c, stdio/bug[12345].c: Print
  6831.     msgs that more clearly say whether we won or lost.  Better error
  6832.     checking.
  6833.  
  6834.     * sysdeps/generic/printf_fp.c: Completely rewritten from scratch.
  6835.     Now uses Steele & White's "Dragon4" algorithm to do things right.
  6836.  
  6837. Wed Apr  8 01:08:41 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6838.  
  6839.     * sysdeps/i386/__longjmp.c: Test for VAL==0 before clobbering regs.
  6840.     Wire V to AX, rather than DX.  Use "a" constraint on unused operand
  6841.     in jmp asm, rather than global reg var, to force value into AX.
  6842.  
  6843. Tue Apr  7 17:51:25 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6844.  
  6845.     * posix/Makefile (headers): Added tar.h.
  6846.     * posix/tar.h: New file, from djm.
  6847.  
  6848. Mon Apr  6 01:39:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6849.  
  6850.     * time/tzfile.c (struct ttinfo): Made `isstd' member be unsigned
  6851.     char instead of 1-bit bitfield.
  6852.  
  6853.     * time/tzfile.c (__tzfile_default): New function.
  6854.     * time/__tzset.c: Call it when no rule is given.
  6855.     * time/Makefile: Install posixrules just like localtime.
  6856.     * time/Makeconfig (posixrules, posixrules-file): New config vars.
  6857.  
  6858.     * time/time.h (struct tm): Add `tz_gmtoff', `tz_zone'.
  6859.     * time/localtime.c: Set those members.
  6860.  
  6861.     * sysdeps/ieee754/__drem.c: XOR the signs of X and the result,
  6862.     rather than setting the sign of the result to that of X.
  6863.  
  6864.     * sysdeps/unix/bsd/make-local_lim.c: Don't do MAXUPRC or MAXLINK if
  6865.     <sys/param.h> didn't define them.
  6866.  
  6867.     * sysdeps/posix/__sigvec.c: Fixed braino: SA_ONSTACK should be
  6868.     SA_RESTART.
  6869.  
  6870.     * pwd/getpw.c, pwd/putpwent.c: Use %u fmt for uid and gid (which are
  6871.     unsigned).
  6872.  
  6873.     * time/time.h (tzname, daylight, timezone): Don't #define to __.
  6874.     * time/tzfile.c, time/__tzset.c, time/localtime.c, time/strftime.c
  6875.     [! HAVE_GNU_LD]: #define __ to plain for above three vars.
  6876.  
  6877. Thu Apr  2 03:39:04 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6878.  
  6879.     * locale/Makefile (routines): Add localeconv.
  6880.  
  6881.     * sysdeps/i386/jmp_buf.h: Removed `__dx' elt; replaced with `__pc'.
  6882.     __bp and __sp are PTRs.
  6883.     * sysdeps/i386/setjmp.c: Rewritten.  Use global reg vars to save regs.
  6884.     Use arithmetic on address of arg to get caller's PC, BP, and SP.
  6885.     * sysdeps/i386/__longjmp.c: Rewritten.  Use global reg vars to
  6886.     restore regs.
  6887.  
  6888. Wed Apr  1 23:13:57 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6889.  
  6890.     * Moved sysdeps/unix/i386/{bsd,sysv} to
  6891.     sysdeps/unix/{bsd,sysv}/i386, and updated Implies files.
  6892.     Implied dirs come before parents, and we want unix/i386 before
  6893.     unix/{sysv,bsd}.
  6894.  
  6895.     * io/chown.c: Fixed types in fn alias.
  6896.  
  6897. Wed Apr  1 14:18:58 1992  Torbjorn Granlund  (tege@mole.gnu.ai.mit.edu)
  6898.  
  6899.     * sysdeps/generic/memcmp.c
  6900.     (memcmp_common_alignment, memcmp_not_common_alignment):
  6901.     Move back do0 label to its original position, after the loop.
  6902.     Add comment before do0 labels.
  6903.     * sysdeps/generic/wordcopy.c (_wordcopy_fwd_aligned): Indentation.
  6904.     Add comment before do0 labels.
  6905.  
  6906. Wed Apr  1 02:16:19 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6907.  
  6908.     * sysdeps/unix/sysv/Makefile [subdir==misc]: Generate sysdep header
  6909.     termio.h from sysv_termio.h.
  6910.  
  6911.     * sysdeps/generic/make_siglist.c: New file.
  6912.     * sysdeps/generic/signame.[ch]: Symlink'd from /gd/gnu/lib.
  6913.     * sysdeps/generic/Makefile: Generate siglist.c with above.
  6914.     * sysdeps/generic/Dist: Add make_siglist.c, signame.[ch].
  6915.  
  6916.     * sysdeps/unix/bsd/Makefile (before-compile): Define properly as a
  6917.     variable.
  6918.  
  6919.     * sysdeps/unix/bsd/make_siglist.c: Generate #define _sys_siglist
  6920.     sys_siglist #ifndef HAVE_GNU_LD.
  6921.     * stdio/psignal.h, string/strsignal.h [! HAVE_GNU_LD]:
  6922.     #define _sys_siglist sys_siglist.
  6923.  
  6924.     * sysdeps/unix/sysv/signum.h (SIGCHLD): Changed #.
  6925.     (SIGUSR1, SIGUSR2, SIGPWR): Added.
  6926.     (_NSIG): Updated.
  6927.  
  6928.     * sysdeps/unix/sysv/utmp.h: New.
  6929.  
  6930.     * sysdeps/unix/bsd/getlogin.c: Moved to sysdeps/unix/getlogin.c.
  6931.  
  6932.     * sysdeps/unix/sysv/r4/bsddir.h, sysdeps/unix/sysv/r4/readdir.c,
  6933.     sysdeps/unix/sysv/r4/closedir.c, sysdeps/unix/sysv/r4/rewinddir.c,
  6934.     sysdeps/unix/sysv/r4/opendir.c, sysdeps/unix/sysv/r4/sys_getdents.S,
  6935.     sysdeps/unix/sysv/r4/Makefile: New.
  6936.  
  6937.     * sysdeps/unix/sysv/tcflow.c: New.
  6938.  
  6939.     * sysdeps/unix/sysv/sysv_termio.h: Add lots of bits; VMIN and VTIME
  6940.     elts of c_cc.
  6941.     * sysdeps/unix/sysv/__tcgetatr.c, sysdeps/unix/sysv/tcsetattr.c: Use
  6942.     VMIN and VTIME elts from sysv termio struct.
  6943.  
  6944.     * sysdeps/unix/sysv/__gethstnm.c: New.
  6945.  
  6946.     * sysdeps/unix/sysv/local_lim.h (NGROUPS_MAX): Define as 0.
  6947.  
  6948.     * sysdeps/unix/sysv/fcntlbits.h (struct __flock): Changed l_pid to
  6949.     short; added l_sysid.
  6950.  
  6951.     * sysdeps/unix/sysv/__sigact.c: New.
  6952.  
  6953.     * sysdeps/unix/sysv/r4/__access.S: New; just #include bsd/__access.S.
  6954.  
  6955.     * sysdeps/unix/sysv/Makefile: Fixed typo: sysdep-routines =>
  6956.     sysdep_routines.
  6957.  
  6958.     * sysdeps/unix/i386/sysv/__sigret.S,
  6959.     sysdeps/unix/i386/sysv/signal.S: New.
  6960.  
  6961.     * signal/Makefile (routines): Added sigret, __sigret.
  6962.     * signal/sigret.c: New; fn alias to __sigreturn.
  6963.     * sysdeps/stub/__sigret.c: New.
  6964.  
  6965.     * sysdeps/unix/i386/sysdep.h (PSEUDO): Use hard-coded numbers for
  6966.     lcalls insn--GAS bug.
  6967.  
  6968.     * sysdeps/unix/bsd/readdir.c (D_NAMLEN): New macro; define if not
  6969.     already defined, to return length of a direct elt.
  6970.  
  6971.     * sysdeps/stub/__getgrps.c: #include <limits.h>; if NGROUPS_MAX is
  6972.     defined as 0, always return 0, and no stub warning.
  6973.  
  6974.     * sysdeps/posix/system.c: Don't fail if sigprocmask fails with ENOSYS.
  6975.  
  6976.     * sysdeps/posix/sysd-stdio.c, sysdeps/stub/sysd-stdio.c: Doc fix.
  6977.  
  6978.     * sysdeps/posix/__gettod.c: Use CONST where appropriate and not
  6979.     where not.
  6980.  
  6981.     * sysdeps/i386/memchr.c, sysdeps/i386/strlen.c: Changed `repnz' to
  6982.     `repne'.
  6983.  
  6984.     * stdio/fgets.c: Notice returned char from __fillbf in length calc.
  6985.  
  6986.     * misc/sys/ioctl.h: Always define `struct sgttyb'.
  6987.  
  6988.     * stdlib/alloca.h: #undef __alloca, too.
  6989.     Always #define alloca == __alloca.
  6990.  
  6991.     * signal/signal.h (__kill): Fixed type in decl.
  6992.     * posix/unistd.h (setgid): Fixed type in decl.
  6993.     * posix/setpgid.c, posix/setgid.c, signal/kill.c, posix/fork.c,
  6994.       posix/vfork.c, posix/getpid.c, posix/getppid.c, posix/setsid.c:
  6995.     Fixed DEFUNs in fn aliases.
  6996.     * pwd/getpw.c: Fixed type in defn.
  6997.  
  6998. Mon Mar 30 17:06:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6999.  
  7000.     * sysdeps/generic/printf_fp.c: In %f, decrement PREC for each
  7001.     leading zero in the fractional part.
  7002.  
  7003.     * sysdeps/ieee754/ieee754.h: Made all elts unsigned.
  7004.     * sysdeps/ieee754/__drem.c: Return NAN if Y is zero.
  7005.     * sysdeps/ieee754/ldexp.c: Rewritten.
  7006.     * sysdeps/ieee754/__logb.c: Handle denormalized numbers.
  7007.  
  7008.     * posix/sys/wait.h: #include <endian.h>
  7009.  
  7010.     * sysdeps/ieee754/fl.h: Fixed NAN and HUGE_VAL bit patterns; added
  7011.     code for little endian.
  7012.  
  7013.     * sysdeps/generic/frexp.c: Add one to exponent to give the result a
  7014.     digit before the point.  Use negative exponent rather than division.
  7015.  
  7016.     * math/__finite.c: Return zero for NaN.
  7017.     * math/math.h: Doc fix for same.
  7018.  
  7019.     * stdio/__getdelim.c: Correctly notice when the buffer is full.
  7020.  
  7021.     * sysdeps/unix/bsd/opendir.c: Pass arg to fcntl F_SETFD by value,
  7022.     not by reference.
  7023.  
  7024.     * time/__tzset.c: Correct default rule: M4.1.0,M10.5.0.
  7025.  
  7026.     * time/__tzset.c: Move ptr past Mfoobar syntax after parsing it.
  7027.  
  7028.     * time/__tzset.c: Properly parse the DST offset (or its absence).
  7029.  
  7030.     * sysdeps/unix/make_errlist.c: Write an #ifdef HAVE_GNU_LD, rather
  7031.     than testing it when compiling make_errlist.
  7032.  
  7033.     * time/tzfile.c (__tzfile_read): Convert transitions to host byte
  7034.     order.
  7035.  
  7036.     * Makeconfig (localtime-file): New config var.
  7037.     * time/Makefile (tzfile.o, zic.o): Use it for TZDEFAULT.
  7038.  
  7039.     * stdio/Makefile (tests): Added tstgetline.
  7040.     * stdio/tstgetline.c: New; test for getline.
  7041.  
  7042.     * Makeconfig (sysincludedir): Define and document.
  7043.     * sysdeps/unix/snarf-ioctls, sysdeps/unix/Makefile: Use
  7044.     ${sysincludedirs} in place of hard-coded /usr/include.
  7045.  
  7046. Fri Mar 27 13:33:37 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7047.  
  7048.     * string/Makefile (headers): Added endian.h.
  7049.  
  7050.     * sysdeps/ieee754/__drem.c: Fixed typo which made X and Y be the
  7051.     same location.
  7052.  
  7053.     * sysdeps/generic/__lstat.c: #include <gnu-stabs.h>
  7054.  
  7055.     * stdio/internals.c (flushbuf): Increment target as well as offset
  7056.     when we write out the single char.
  7057.  
  7058.     * grp/Makefile (tests): Add testgrp (formerly bug1).
  7059.  
  7060. Thu Mar 26 14:59:45 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7061.  
  7062.     * stdio/fread.c: Don't read directly when we need to seek first.
  7063.  
  7064. Wed Mar 25 02:34:49 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7065.  
  7066.     * sysdeps/unix/bsd/alarm.c: There are 1000000 usecs in a sec.
  7067.  
  7068.     * sysdeps/unix/bsd/sun/ptrace.c: Removed.
  7069.  
  7070.     * stdio/fgets.c: For unbuffered stream, don't return EOF after
  7071.     reading some data.
  7072.     Added missing parens.
  7073.  
  7074. Tue Mar 24 18:31:07 1992  Torbjorn Granlund  (tege@hal)
  7075.  
  7076.     * sysdeps/i386/memset.c: Move code that puts C in all four nibbles of
  7077.     X inside `if' statement.  Include sysdeps/i386/memset.c (not bzero).
  7078.     * sysdeps/i386/memchr.c: Rewrite to be faster.  Include
  7079.     sysdeps/generic/memchr.c (not bzero).
  7080.  
  7081. Tue Mar 24 01:21:32 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7082.  
  7083.     * io/Makefile (routines): Add getdirname.
  7084.     * posix/unistd.h [__USE_GNU]: Declare getdirname.
  7085.     * io/getdirname.c: New.
  7086.  
  7087.     * Makeconfig (stddef.h): Define and document.
  7088.     * Makefile (headers): Use $(stddef.h) for stddef.h.
  7089.  
  7090. Mon Mar 23 18:04:56 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7091.  
  7092.     * sysdeps/posix/mktemp.c: Do PID % 100000 for 5 digits.
  7093.  
  7094.     * time/Makefile (tzfiles): Remove pacificnew; it won't compile.
  7095.     (distribute): Put it here instead.
  7096.  
  7097.     * stdio/printf-prs.c [HAVE_LONGLONG]: Fixed missed var name change
  7098.     from code snarf.
  7099.  
  7100.     * stdio/fgets.c: Return NULL when we get EOF.
  7101.  
  7102.     * posix/execvp.c, sysdeps/posix/putenv.c [! HAVE_GNU_LD]: Define
  7103.     __environ as environ.
  7104.  
  7105.     * sysdeps/unix/bsd/Makefile, sysdeps/unix/Makefile: In rules to
  7106.     compile generator programs, cd into $(objdir) first to avoid
  7107.     braindead cc clobbering foo.o in cwdir.
  7108.  
  7109.     * sysdeps/m68k/setjmp.c: Deref fpregs array in asm.
  7110.  
  7111.     * time/Makefile (zones-%): Fixed generated rules.
  7112.  
  7113.     * math/Makefile (libm.a): Use r cmd to ar.
  7114.  
  7115.     * time/Makefile (zones-%): In echo commands, put \\\\n outside of
  7116.     quotes instead of \\n inside single quotes.  SysV echo is braindead.
  7117.  
  7118.     * io/fchown.c, io/fchmod.c, misc/bsd-compat.c: Fixed DEFUNs in fn
  7119.     aliases.
  7120.  
  7121.     * time/Makefile (echo-zonenames): New target; tell user what all
  7122.     timezones defined in all zone files are.
  7123.     * Makeconfig (localtime): Comment about using above.
  7124.  
  7125. Sun Mar 22 18:34:02 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7126.  
  7127.     * time/australasia (NZ): Updated rules.
  7128.  
  7129. Sat Mar 21 01:00:49 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7130.  
  7131.     * stdio/printf-prs.c [__GNUC__]: Define HAVE_LONGLONG.
  7132.  
  7133. Fri Mar 20 00:35:36 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7134.  
  7135.     * Version 1.02.
  7136.  
  7137.     * stdio/Makefile (routines): Add __getdelim, __getline.
  7138.  
  7139.     * sysdeps/unix/i386/start.c: No ../ in #include file name.
  7140.  
  7141.     * sysdeps/posix/sysd-stdio.c, sysdeps/stub/sysd-stdio.c
  7142.     (__stdio_seek): Doc fix.
  7143.  
  7144.     * sysdeps/posix/mk-stdiolim.c: Add one to L_tmpnam, for the null
  7145.     terminator.
  7146.  
  7147.     * sysdeps/posix/__dup2.c: Use an extra fcntl call to check that the
  7148.     first fd is valid.  Close the second fd before doing the dup.
  7149.  
  7150.     * pwd/pwdread.c, grp/grpread.c: Use __getline.  Ignore lines
  7151.     beginning with #.
  7152.  
  7153.     * Makeconfig (objdir): If $(ARCH) starts with a slash, don't prepend
  7154.     $(..).
  7155.  
  7156. Thu Mar 19 21:36:57 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7157.  
  7158.     * Makefile (install-lib): Add Mcrt1.o.
  7159.     (Mcrt1.o): Create empty file.
  7160.  
  7161. Wed Mar 18 16:00:18 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7162.  
  7163.     * Makeconfig (+link): Use $(libdir) for gnulib.
  7164.  
  7165. Tue Mar 17 20:12:35 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7166.  
  7167.     * math/bsd/common_source/mathimpl.h: Include <endian.h>.
  7168.     [__LITTLE_ENDIAN]: #define national.
  7169.  
  7170.     * stdio/__vfscanf.c: EOF at end of string is not
  7171.     an error.
  7172.  
  7173.     * stdio/tstscanf.c: Added new sscanf test.
  7174.  
  7175.     * stdio/vfprintf.c: For %#x, print 0x after padding 0s, not before.
  7176.  
  7177.     * stdio/fputs.c: Reverse size args to fwrite and test for returning
  7178.     LEN, rather than 1, so 0-length wins.
  7179.  
  7180.     * io/gnu/fcntl.h: Moved to sysdeps/unix/bsd/fcntlbits.h.
  7181.     * io/Makefile (headers), io/fcntl.h: gnu/fcntl.h -> fcntlbits.h.
  7182.     * sysdeps/stub/fcntlbits.h, sysdeps/unix/sysv/fcntlbits.h: New.
  7183.  
  7184.     * stdio/fopen.c (__getmode): Don't fall through in switch after 'a'
  7185.     case.
  7186.  
  7187.     * locale/C-ctype_ct.c (__ctype_b_C): Use symbolic constants.
  7188.     9..12 are not _NOgraph.
  7189.  
  7190. Tue Mar 17 19:04:01 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
  7191.  
  7192.     * string/testcopy.c: Fix typo in comment.
  7193.  
  7194. Tue Mar 17 19:57:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7195.  
  7196.     * sysdeps/generic/strstr.c, string/string.h, string/tester.c
  7197.     (strstr): Arguments were reversed.
  7198.  
  7199. Tue Mar 17 18:52:39 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
  7200.  
  7201.     * sysdeps/i386/memcopy.h (WORD_COPY_BWD): Divide nbytes by 4.
  7202.     * sysdeps/i386/memchr.c: Rewrite.  Handle zero length correctly.
  7203.     Don't ask gcc to allocate eax to two regs.
  7204.  
  7205. Tue Mar 17 17:31:06 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7206.  
  7207.     * posix/unistd.h (getpagesize): Declare as size_t.
  7208.  
  7209.     * Makeconfig (CC): Define unless origin is default.
  7210.  
  7211.     * stdio/__getdelim.c: Be sure to leave room for the terminating null.
  7212.  
  7213.     * string/testcopy.c: New version from tege.
  7214.  
  7215.     * malloc/dist-README: Changed mailing list addr to bug-glibc.
  7216.  
  7217.     * sysdeps/unix/bsd/__sigproc.c: Use right mask for SIG_UNBLOCK.
  7218.  
  7219.     * Makefile, Rules (clean, mostlyclean): Put - before rm commands.
  7220.  
  7221. Tue Mar 17 11:14:40 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
  7222.  
  7223.     * sysdeps/rs6000/memcopy.h (BYTE_COPY_BWD): Assign __nbytes.
  7224.     * sysdeps/m68k/memcopy.h (WORD_COPY_BWD): Copy memory, not just
  7225.     pointers.  Clean up switch expression.
  7226.  
  7227. Mon Mar 16 05:09:23 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7228.  
  7229.     * posix/wordexp.c: New.
  7230.  
  7231.     * time/tzfile.c (__tzfile_read): Don't die if some of the sections
  7232.     of the datafile are empty.
  7233.  
  7234.     * stdio/getline.c, stdio/getdelim.c: Moved to
  7235.     __getline.c/__getdelim.c.
  7236.     New files with fn aliases.
  7237.     * stdio/stdio.h (__getline, __getdelim): Declare.
  7238.  
  7239.     * time/Makefile (zonenames): Hair to find the names of zones
  7240.     described by $(tzfiles).
  7241.     (install-data): Install zoneinfo/$(zonenames).
  7242.     Rules to make zones from tzfiles.
  7243.     [localtime] (zoneinfo/localtime): Make from zoneinfo/$(localtime).
  7244.     * Makeconfig (localtime): New user-frobbable variable.
  7245.  
  7246. Sun Mar 15 00:01:05 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7247.  
  7248.     * Makerules (sysdep-Makefile): Do if ... else true to avoid bogus
  7249.     nonzero status.
  7250.  
  7251.     * Makefile: Denewlinify +sysdep-subdirs after including sysd-dirs.
  7252.  
  7253.     * sysdeps/vax/__infnan.c [!__GNUC__]: Error.
  7254.  
  7255.     * zic.c, scheck.c, emkdir.c, ialloc.c, private.h, tzfile.h: Snarfed
  7256.     from localtime3 dist.
  7257.     * time/Makefile (others): Added zic.
  7258.     (distribute): Added private.h, emkdir.c, ialloc.c, scheck.c.
  7259.     (install): Defined: zic, zdump.
  7260.  
  7261.     * Makeconfig (bindir): Define.
  7262.     * Makerules: Add rule to install $(install) in $(bindir).
  7263.     (+install): Include $(install) in $(bindir).
  7264.  
  7265.     * sysdeps/unix/Makefile: Moved siglist.c rules to unix/bsd/Makefile.
  7266.     * sysdeps/unix/make_siglist.c: Moved to bsd/.
  7267.     * sysdeps/unix/Dist: Remove it.
  7268.     * sysdeps/unix/bsd/Dist: Add it.
  7269.  
  7270.     * malloc/Makefile (malloc/gmalloc.c): Depend on headers and sources.
  7271.  
  7272.     * sysdeps/unix/bsd/sun/sun4/__sigvec.S: Doc fix.
  7273.  
  7274.     * sysdeps/stub/stty.c, sysdeps/stub/gtty.c: Include <stddef.h>.
  7275.  
  7276.     * sysdeps/unix/sysv/__fstat.c: Include sysv_stat.h.
  7277.  
  7278.     * misc/bsd-compat.c: Define _BSD_SOURCE rather than __FAVOR_BSD.
  7279.     (longjmp): Use function_alias_void.
  7280.  
  7281.     * time/Makefile (tzfile.o): Compile with
  7282.     -DTZDIR='"$(datadir)/zoneinfo"'.d
  7283.  
  7284. Sat Mar 14 23:26:46 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7285.  
  7286.     * Makeconfig (INSTALL_DATA, INSTALL_PROGRAM, INSTALL): Don't define
  7287.     if already defined.
  7288.  
  7289.     * setjmp/longjmp.c: Use function_alias_void.
  7290.  
  7291.     * gnu-stabs.h (function_alias_void): New macro.
  7292.  
  7293.     * gnu-stabs.h [!HAVE_GNU_LD] (function_alias): Fixed not to loop.
  7294.  
  7295. Fri Mar 13 17:20:19 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7296.  
  7297.     * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Include null
  7298.     terminator in length calculation.
  7299.  
  7300.     * stdio/fgets.c: Be sure to return NULL on error/eof for unbuffered
  7301.     stream.  If N==1, don't write the first char if !seen.
  7302.     When the buffer is empty, notice the effect of __fillbf after
  7303.     calling it, avoiding a (costly) no-op iteration.
  7304.     Don't return NULL for reading no chars; only for EOF or error.
  7305.     Don't write terminator at beginning of S if eof on first char.
  7306.  
  7307.     * malloc/Makefile (libmcheck.a), Makefile (crt0.o): Remove target
  7308.     first; don't use -f to ln.
  7309.  
  7310.     * posix/execl.c, posix/execv.c, sysdeps/posix/getenv.c,
  7311.     sysdeps/posix/system.c [HAVE_GNU_LD]: #define __environ environ
  7312.  
  7313.     * posix/unistd.h [__OPTIMIZE__] (execv): Removed defn.  Can't know
  7314.     whether to use __environ or environ.
  7315.  
  7316.     * io/fchown.c, io/chown.c, io/open.c, misc/select.c,
  7317.     signal/sigvec.c, time/adjtime.c: Fixed DEFUNs in fn aliases.
  7318.  
  7319.     * time/__tzset.c: Don't dereference NULL if getenv returns it.
  7320.  
  7321. Thu Mar 12 16:01:33 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7322.  
  7323.     * sysdeps/ieee754/sqrt.c: Replaced undefined var ref `k' with constant.
  7324.  
  7325.     * sysdeps/i386/__longjmp.c: #include <stdlib.h>.
  7326.  
  7327.     * time/tzfile.c (__tzfile_compute): Use types[0] if TIMER falls
  7328.     between transitions[0] and transitions[1].
  7329.     Always set __tzname[INFO->isdst] to the name for INFO.
  7330.  
  7331.     * sysdeps/i386/__longjmp.c: Changed register names for gcc; eax/%eax
  7332.     -> ax.
  7333.  
  7334.     * sysdeps/unix/snarf-ioctls: Avoid infinite recursion.
  7335.  
  7336. Wed Mar 11 00:16:18 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7337.  
  7338.     * Version 1.01.
  7339.  
  7340.     * Makefile (munch-init.c): Made $(objpfx)munch-init.c.
  7341.  
  7342.     * signal/sigvec.c, signal/sigaction.c, stdio/vsscanf.c: Fixed DEFUNs
  7343.     in fn aliases.
  7344.  
  7345.     * sysdeps/m68k/68881/68881-switch/switch.c: Merged vars have_fpu and
  7346.     test_fpu into one.
  7347.  
  7348.     * sysdeps/mach/i386/start.c, sysdeps/vax/setjmp.c,
  7349.     sysdeps/vax/__longjmp.c, sysdeps/vax/__infnan.c,
  7350.     sysdeps/unix/start.c, sysdeps/unix/bsd/sun/sun4/sigtramp.c,
  7351.     sysdeps/unix/bsd/sun/sun4/start.c,
  7352.     sysdeps/unix/bsd/hp9k3bsd/start.c, sysdeps/sparc/sqrt.c,
  7353.     sysdeps/rs6000/ffs.c, sysdeps/m88k/ffs.c, sysdeps/m68k/setjmp.c,
  7354.     sysdeps/m68k/__longjmp.c, sysdeps/m68k/68881/printf_fp.c,
  7355.     sysdeps/m68k/68881/atan2.c, sysdeps/m68k/68881/__logb.c,
  7356.     sysdeps/m68k/68881/68881-switch/switch.c, sysdeps/m68k/ffs.c,
  7357.     sysdeps/i386/memset.c, sysdeps/i386/memchr.c, sysdeps/i386/ffs.c,
  7358.     sysdeps/i386/bzero.c, sysdeps/i386/__longjmp.c, sysdeps/am29k/ffs.c
  7359.     [! __GNUC__]: Either include the generic (or in some cases, ieee754)
  7360.     version, or do a #error.
  7361.  
  7362.     * Rules: Null out `objects' at end to shrink environment some.
  7363.     (+objs): Define with := from $(objects).
  7364.     (clean): Use that instead of $(objects).
  7365.  
  7366.     * sysdeps/i386/setjmp.c: Doubled % where it wanted to be literal.
  7367.  
  7368.     * posix/getgrps.c, io/flock.c, io/mkdir.c, io/read.c, io/write.c,
  7369.     io/stat.c, misc/getdents.c, misc/mknod.c, misc/utimes.c: Fixed
  7370.     DEFUNs in fn aliases.
  7371.  
  7372.     * sysdeps/unix/bsd/hp9k3bsd/sysdep.S: Use # instead of kludge cookie.
  7373.  
  7374.     * posix/getegid.c: Fixed type in DEFUN.
  7375.  
  7376.     * time/tzfile.c (__tzfile_compute): If TIMER is before any
  7377.     transition in the file, use the first non-DST type, rather than the
  7378.     type of the first transition in the file.
  7379.  
  7380. Tue Mar 10 20:01:55 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7381.  
  7382.     * configure: Take optional -nfp arg.
  7383.     (news, sun3, hp300): Prepend m68k/68881 unless -nfp is given.
  7384.     * sysdeps/unix/bsd/hp9k3bsd/Implies: Don't specify 68881.
  7385.  
  7386.     * stdio/getdelim.c: When the buffer is empty, notice the effect of
  7387.     __fillbf after calling it, avoiding a (costly) no-op iteration.
  7388.  
  7389.     * sysdeps/vax/__memccpy.c: Fixed comments.
  7390.  
  7391.     * stdio/fmemopen.c: Set all fns and seen bit before we might call
  7392.     something that would care (fclose).
  7393.  
  7394.     * configure (sun3, sun-3): Mean sun3os4, not sun3os3.
  7395.     (sun3os3): Use just unix/bsd/sun/sun3/os3.
  7396.     * sysdeps/unix/bsd/sun/sun3/os3: New directory.
  7397.     (sysdeps/unix/bsd/sun/sunos3/__wait.S): Moved to there.
  7398.     * sysdeps/unix/bsd/sun/sun3/sysdep.h: Fixed; took hp9k3bsd/sysdep.h
  7399.     and changed movel foo, d0 to pea foo for syscall no.
  7400.     * sysdeps/unix/bsd/sun/sun3/__brk.S: Fixed pea addr mode.
  7401.     * sysdeps/unix/bsd/sun/sun3/sethostid.S: errnos.h, not gnu/errno.h.
  7402.     Use .stabs directly, not gnu-stabs.h (which uses `asm').
  7403.     * sysdeps/m68k/setjmp.c: Changed asm for first moveml, so it works
  7404.     on sun3.
  7405.     * sysdeps/unix/bsd/sun/sun3/start.c: Removed ../ from #include path.
  7406.  
  7407. Sun Mar  8 16:33:33 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7408.  
  7409.     * misc/makefile (headers): Added stab.h, stab.def.
  7410.     * Many files: Changed __GNU_STAB__ to HAVE_GNU_LD.
  7411.  
  7412. Sat Mar  7 21:21:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7413.  
  7414.     * time/mktime.c: Normalize the struct values before checking for out
  7415.     of range values.
  7416.  
  7417. Fri Mar  6 11:43:35 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7418.  
  7419.     * sysdeps/ieee754/ldexp.c: New.
  7420.  
  7421.     * stdio/internals.c (flushbuf): When priming the stream for writing,
  7422.     advance the target pos to account for chars gotten from the buffer.
  7423.  
  7424.     * sysdeps/generic/Makefile: For math routines, don't filter out
  7425.     __finite.
  7426.  
  7427.     * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Fixed bugs.
  7428.  
  7429.     * misc/Makefile (routines): Remove flock.
  7430.  
  7431.     * stdlib/strtod.c: Fixed typo in checking for exponent overflow.
  7432.     Do set *ENDPTR on overflow or underflow.
  7433.  
  7434.     * sysdeps/sparc/fl.h: Removed.  Should use ieee754 version.
  7435.  
  7436.     * sysdeps/generic/Makefile: For math routines, don't filter out
  7437.     __copysign, __scalb, __drem and __logb; and don't add support.
  7438.  
  7439.     * sysdeps/ieee754/__drem.c: New.
  7440.     * sysdeps/ieee754/sqrt.c: New.
  7441.     * sysdeps/stub/__drem.c: New.
  7442.     * sysdeps/stub/sqrt.c: New.
  7443.     * sysdeps/stub/__logb.c: New.
  7444.     * sysdeps/ieee754/__logb.c: New.
  7445.  
  7446.     * sysdeps/ieee754/__infnan.c: Include <float.h> and use NAN macro
  7447.     rather than cooking one up by hand.
  7448.  
  7449.     * sysdeps/unix/bsd/getlogin.c: Open /dev/tty, rather than using stdin.
  7450.     Make sure the name is always null-terminated.
  7451.  
  7452. Thu Mar  5 17:11:46 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7453.  
  7454.     * sysdeps/m68k/68881/__scalb.c: Removed.
  7455.     * sysdeps/m68k/68881/__math.h: Removed defn of __scalb.
  7456.     * math/math.h [__OPTIMIZE__]: Define __scalb to be ldexp.
  7457.     * math/__scalb.c: New; fn alias for ldexp.
  7458.  
  7459.     * stdio/Makefile (tests): Added bug4 and bug5.
  7460.     * stdio/bug4.c, stdio/bug5.c: Test cases from reported bugs just fixed.
  7461.  
  7462.     * stdio/internals.c (flushbuf): If nothing was written by the user,
  7463.     but there is previously gotten data, don't write anything out.
  7464.  
  7465.     * stdio/internals.c (seek_to_target): Call __stdio_check_offset first.
  7466.  
  7467.     * sysdeps/unix/sysv/sysv_termio.h: New file.
  7468.     * sysdeps/unix/sysv/Dist: Include it.
  7469.     * sysdeps/unix/sysv/tcsetattr.c, sysdeps/unix/sysv/tcsetpgrp.c,
  7470.     sysdeps/unix/sysv/tcsendbrk.c, sysdeps/unix/sysv/tcgetpgrp.c,
  7471.     sysdeps/unix/sysv/tcflush.c, sysdeps/unix/sysv/tcdrain.c,
  7472.     sysdeps/unix/sysv/__tcgetatr.c: New files.
  7473.  
  7474.     * stdio/internals.c (fillbuf): Don't set the put_limit on writable
  7475.     streams.  Wait for first write attempt to prime them, so we don't
  7476.     flush the unchanged data unnecessarily.
  7477.  
  7478.     * stdlib/exit.c: Look for NULL terminator on ld set, rather than
  7479.     using length word.
  7480.  
  7481.     * Makefile (headers): Remove stdarg.h and varargs.h.
  7482.     Users will get them from GCC.
  7483.     * stdio/printf.h: Include <stdarg.h> to use va_list.
  7484.     * stdio/stdio.h: Don't include <stdarg.h> with magic.
  7485.     Use PTR in place of __va_list in prototypes.
  7486.     * stdio/__vsscanf.c, stdio/vscanf.c, stdio/vfscanf.c,
  7487.     stdio/__vfscanf.c, stdio/vdprintf.c, stdio/vasprintf.c,
  7488.     stdio/vsprintf.c, stdio/vsnprintf.c, stdio/vprintf.c,
  7489.     stdio/vfprintf.c: Fixed DEFUNs.
  7490.  
  7491.     * sysdeps/ieee754/ieee754.h: New file; declares union ieee754_double.
  7492.     * sysdeps/ieee754/Dist: Add it.
  7493.     * sysdeps/ieee754/__copysign.c, sysdeps/ieee754/__infnan.c,
  7494.     sysdeps/ieee754/__isinf.c, sysdeps/ieee754/__isnan.c,
  7495.     sysdeps/ieee754/__printf_fp.c: Use it.
  7496.  
  7497.     * sysdeps/unix/sysv/uname.c: New.
  7498.     * sysdeps/unix/sysv/__utssys.S: New.
  7499.     * sysdeps/unix/sysv/Makefile (routines): Add __utssys.
  7500.     * sysdeps/unix/sysv/Dist: Add __utssys.S.
  7501.  
  7502.     * sysdeps/unix/sysv/__rmdir.c: New; runs `rmdir' shell command.
  7503.  
  7504.     * sysdeps/unix/sysv/__mkdir.c: New; runs `mkdir' shell command.
  7505.  
  7506.     * sysdeps/generic/__lstat.c: New; fn alias for __stat.
  7507.  
  7508.     * sysdeps/unix/sysv/__gethostname.c: New; uses uname.
  7509.  
  7510.     * sysdeps/unix/Makefile (sys/params.h): Protect with
  7511.     _GNU_SYS_PARAM_H, in case the system's file uses _SYS_PARAM_H itself.
  7512.  
  7513.     * stdio/internals.c (__stdio_check_offset): Call init_stream to make
  7514.     sure we have fns.
  7515.  
  7516.     * stdio/fread.c: Don't call __fillbf if the put_limit is past the
  7517.     beginning of the buffer; only if !seen, no buffer, or pushed back.
  7518.  
  7519.     * stdio/fopen.c (__getmode): Set create bit for "a" mode.
  7520.  
  7521.     * io/mkdir.c: #undef mkdir before fn alias.
  7522.  
  7523.     * time/tzfile.c (__tzfile_compute): Don't decrement I if it's zero.
  7524.  
  7525.     * Makefile (crt0.o): Use ln -f.
  7526.  
  7527.     * math/Makefile (install): Install libm.a.
  7528.     (libm.a): Make an empty archive.
  7529.  
  7530. Wed Mar  4 19:54:50 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7531.  
  7532.     * README.template: Added note about long filenames in dist.
  7533.  
  7534.     * io/Makefile (routines): flock -> __flock
  7535.     * flock.c: New file, fn alias.
  7536.     * sysdeps/unix/bsd/flock.S: Renamed to sysdeps/unix/bsd/__flock.S;
  7537.     made __flock.
  7538.     * sysdeps/mach/hurd/flock.c: Renamed to sysdeps/mach/hurd/__flock.c;
  7539.     made __flock.
  7540.     * sysdeps/stub/flock.c: Renamed to sysdeps/stub/__flock.c; made
  7541.     __flock.
  7542.  
  7543.     * time/time.h (__isleap): Fixed; every 400th year is not a leap
  7544.     year, not every 1000th.
  7545.  
  7546.     * stdio/internals.c (flushbuf): Increment the target position the
  7547.     amount the user wrote into the buffer, not the amount we wrote out
  7548.     to the file (which is greater if we read a block and modified it
  7549.     in the middle).
  7550.  
  7551.     * stdio/internals.c (flushbuf): Set get_limit to the beginning of
  7552.     the buffer for all streams, except when we have just read in a block.
  7553.  
  7554. Sat Feb 29 15:56:22 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7555.  
  7556.     * posix/Makefile (others): Removed logname, id.
  7557.     * time/Makefile (others): Removed date.
  7558.  
  7559.     * sysdeps/unix/bsd/sun/sun4/start.c: Make an alias called `start'
  7560.     (no leading underscore, so it can't conflict with C symbols) for
  7561.     `_start'.
  7562.  
  7563. Thu Feb 27 14:32:20 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7564.  
  7565.     * set-init.c: Look for NULL terminator on set.  ld is broken and
  7566.     doesn't set the length word correctly.
  7567.  
  7568.     * setjmp/_longjmp.c, signal/sigaction.c, signal/sigvec.c,
  7569.     signal/ssignal.c, string/bcmp.c, time/setitmr.c, posix/execve.c,
  7570.     posix/getegid.c, posix/geteuid.c, posix/getgid.c, posix/getuid.c,
  7571.     posix/getgrps.c, posix/setuid.c, posix/wait3.c, posix/wait4.c,
  7572.     posix/waitpid.c, io/lseek.c, io/open.c, io/read.c, io/write.c,
  7573.     resource/getrusage.c, misc/getpgsz.c, misc/gethstnm.c,
  7574.     misc/select.c: Fixed DEFUNs in fn aliases.
  7575.  
  7576. Wed Feb 26 00:20:25 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7577.  
  7578.     * sysdeps/generic/Makefile (routines): Add asincos.
  7579.  
  7580.     * time/tzfile.c (__tzfile_compute): Set __tzname properly, so isdst
  7581.     is the right index into it.
  7582.  
  7583. Tue Feb 25 01:42:16 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7584.  
  7585.     * sysdeps/unix/bsd/sun/sun4/sysdep.h (ENTRY): .align 2, not .align 4.
  7586.     This one is powers of two.
  7587.  
  7588.     * time/__tzset.c: If TZ is :FILE, try FILE and if __tzfile_read
  7589.     fails, then use defaults.
  7590.  
  7591.     * sysdeps/generic/Makefile (routines): Add sincos.
  7592.  
  7593.     * sysdeps/posix/cuserid.c: Set the result to the empty string on
  7594.     failure.
  7595.  
  7596.     * string/string.h, string/strings.h, sysdeps/i386/memchr.c: Fixed
  7597.     spelling in comment.
  7598.  
  7599.     * string/makefile (tests): Include (uncomment) testcopy.  We do have
  7600.     papers for it from tege.
  7601.  
  7602.     * malloc/dist-README: Fixed mailing list addr.
  7603.  
  7604.     * resource/sys/vtimes.h (struct vtimes): Renamed vm_outblk to
  7605.     vm_oublk; fixed comment.
  7606.     * sysdeps/generic/vtimes.c: Renamed here too.
  7607.  
  7608.     * Make-dist (README): Depend on version.c.
  7609.  
  7610. Tue Feb 18 18:14:50 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7611.  
  7612.     * Version 1.00.
  7613.  
  7614.     * time/tzfile.c (__tzfile_compute): Fixed transition comparison.
  7615.  
  7616.     * sysdeps/unix/bsd/sun/sun3/Makefile: Fixed typo.
  7617.  
  7618. Mon Feb 17 05:04:00 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7619.  
  7620.     * Version 0.6.
  7621.  
  7622.     * Makefile (distribute): Add Q+A.
  7623.     * Q+A: New doc file from rich@cygnus.com.
  7624.  
  7625.     * malloc/Makefile (distribute): Add mcheck-init.c.
  7626.  
  7627. Mon Feb 17 00:39:38 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7628.  
  7629.     * sysdeps/unix/sysv/utime.c: Removed.
  7630.     * sysdeps/unix/sysv/utime.S: New file.
  7631.  
  7632.     * sysdeps/unix/sysv/signum.h: New file.
  7633.  
  7634.     * sysdeps/unix/sysv/local_lim.h: New file.
  7635.  
  7636.     * sysdeps/unix/sysv/sysv_stat.h: New file.
  7637.     * sysdeps/unix/sysv/__stat.c, sysdeps/unix/sysv/__fstat.c: New files.
  7638.     * sysdeps/unix/sysv/Makefile: New file.
  7639.     (+sysdep-routines): Define to sys_stat and sys_fstat.
  7640.     * sysdeps/unix/sysv/sys_stat.S, sysdeps/unix/sysv/sys_fstat.S: New
  7641.     files.
  7642.     * sysdeps/unix/sysv/Dist: Created to include sysv_stat.h,
  7643.     sys_stat.S, and sys_fstat.S.
  7644.  
  7645.     * sysdeps/stub/__setreuid.c: Include <sys/types.h>.
  7646.  
  7647.     * sysdeps/posix/__sigblock.c: Fixed typo.
  7648.  
  7649.     * stdio/internals.c (__flshfp): Don't return EOF if at EOF; only
  7650.     for errors.
  7651.  
  7652.     * signal/gnu/signal.h: Move #include <signum.h> outside repeat #ifdef.
  7653.  
  7654.     * sysdeps/unix/sysv/filebits.h: Created.
  7655.  
  7656.     * misc/Makefile (distribute): Define to bsd-compat.c.
  7657.  
  7658.     * misc/Makefile (headers): Remove filebits.h.
  7659.     * io/Makefile (headers): Put it here.
  7660.  
  7661.     * Makefile (+posix_dirs): Add io.
  7662.     * io/Makefile: New file for new subdir.
  7663.     Contains many headers and routines moved from posix.
  7664.     * posix/Makefile: Remove many headers and routines now in io.
  7665.     * Moved many files from posix to io.
  7666.  
  7667.     * stdlib/alloca.h: Get size_t from stddef.h.
  7668.  
  7669.     * misc/bsd-compat.c (getgroups): Removed.  Not needed, because gid_t
  7670.     is now the same size as int.
  7671.  
  7672.     * Makefile (distribute): Include NOTES.
  7673.     * NOTES: New file, infoized node from intro.texinfo about the
  7674.     feature-test macros.
  7675.     * README.template: Mention NOTES.
  7676.  
  7677.     * sysdeps/unix/bsd/sun/sun3/Makefile: include hp9k3bsd version.
  7678.  
  7679.     * Makeconfig: Use $(..) for config.status.
  7680.  
  7681.     * configure (i386-sysv): unix/i386/sysv, not unix/sysv/i386.
  7682.     * unix/i386/sysv/Implies: unix/sysv, not unix/i386.
  7683.  
  7684. Sun Feb 16 00:42:53 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7685.  
  7686.     * Version 0.5.
  7687.  
  7688.     * posix/Makefile (headers): Remove confstr.h.
  7689.     (distribute): Define this instead to contain it.
  7690.  
  7691.     * ansidecl: Added copyright notice.
  7692.  
  7693.     * stdio/getdelim.c: New file.
  7694.     * stdio/getline.c (getsome): Renamed to getdelim and moved there.
  7695.     * stdio/Makefile (routines): Add getdelim.
  7696.     * stdio/stdio.h: Declare getdelim.
  7697.  
  7698.     * misc/gnu/file.h: Moved to sysdeps/unix/bsd/filebits.h.
  7699.     * sysdeps/stub/filebits.h: New file.
  7700.     * misc/Makefile: gnu/file.h is now filebits.h.
  7701.     * posix/fcntl.h: Changed #include.
  7702.  
  7703.     * stdio/getline.c (getsome): If MAX_CANON isn't defined, use a default.
  7704.     Don't leak old *LINEPTR storage if *N < 2.
  7705.     Don't bang *LINEPTR to NULL if realloc fails.
  7706.  
  7707.     * Makerules: Don't use override when nulling out sources, routines,
  7708.     and aux if they came from the environment.  Better not make with -e.
  7709.  
  7710.     * Makefile (sysdirs, Sysnames): Put outside of ifndef sysdirs.
  7711.  
  7712.     * string/Makefile (tests): No testcopy, pending papers.
  7713.  
  7714.     * Makefile (headers): No sysdep.h.
  7715.     (distribute): Here instead.
  7716.     (no-install): No longer needed.
  7717.  
  7718. Sat Feb 15 17:10:38 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7719.  
  7720.     * Makefile (distribute): Add INSTALL.
  7721.     * Make-dist (INSTALL): Make from manual/maint.texinfo.
  7722.     (README): Make from README.template.
  7723.  
  7724.     * Makefile (+other-dirs): Removed inet.
  7725.     * sysdeps/unix/inet/Subdirs: Created, adding inet.
  7726.  
  7727.     * sysdeps/unix/sysv/setrlimit.c: Include stddef and errno.h.
  7728.  
  7729.     * math/drem.c, setjmp/longjmp.c, malloc/cfree.c, string/bcmp.c,
  7730.     time/getitmr.c, misc/ioctl.c: Fixed defuns in function_alias.
  7731.  
  7732.     * Makefile (headers): Put sysdep.h back.
  7733.     (no-install): And define this to it.
  7734.     * Makerules (+install): Filter out $(no-install) from the list.
  7735.  
  7736.     * string/testcopy.c: New test program for bcopy from tege.
  7737.     * string/Makefile (tests): Add it.
  7738.  
  7739.     * Makefile (sysdep-subdirs): Renamed to sysd-dirs.
  7740.  
  7741.     * Make-dist (tardir): Omit the release name; it made names too long.
  7742.  
  7743. Sat Feb 15 12:53:02 1992  Torbjorn Granlund  (tege at mole.gnu.ai.mit.edu)
  7744.  
  7745.     * sysdeps/rs6000/memcopy.h (WORD_COPY_FWD, WORD_COPY_BWD):
  7746.     Use CTR register for looping (speed enhancement).  Don't emit
  7747.     labels, jump relative from `$' instead (makes multiple expansions
  7748.     possible).  Clean up indentation of asm code (were different in each
  7749.     macro).
  7750.     * sysdeps/rs6000/memcopy.h (WORD_COPY_BWD):
  7751.     Add asm output specs (were missing completely).
  7752.  
  7753.     * sysdeps/generic/memcpy.c,memmove.c: Make DSTP and SRCP unsigned
  7754.     (safer with non-ANSI compilers).
  7755.  
  7756. Fri Feb 14 01:52:12 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7757.  
  7758.     * Version 0.4.1.
  7759.  
  7760.     * Makefile, Rules: Changed clean and clobber targets into
  7761.     mostlyclean, clean, and realclean.
  7762.  
  7763.     * Makeconfig: Added comments describing objdir/Makeconfig and
  7764.     editting Makeconfig.
  7765.     (prefix, libdir, INSTALL, INSTALL_DATA): New variables for installing.
  7766.     * Makerules (install): New target.
  7767.     * Makefile (+subdir_targets): Add subdir_install.
  7768.     (install): Depend on subdir_install.
  7769.     (install-lib): Define variable to install libc.a and crt0.o.
  7770.     * misc/Makefile (install-lib): Install bsd-compat.
  7771.     * malloc/Makefile (install-lib): Install mcheck-init.
  7772.  
  7773.     * Version 0.4.
  7774.  
  7775. Thu Feb 13 21:39:31 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7776.  
  7777.     * sysdeps/unix/glue-ctype.c: Moved to unix/bsd.
  7778.     * sysdeps/unix/Makefile: Moved glue-ctype stuff to unix/bsd/Makefile.
  7779.     * sysdeps/unix/Dist: No glue-ctype.
  7780.     * sysdeps/unix/bsd/Dist: Here instead.
  7781.  
  7782.     * sysdeps/sparc/divrem.m4: Don't use insn aliases Sun as doesn't grok.
  7783.  
  7784. Wed Feb 12 12:12:12 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7785.  
  7786.     * sysdeps/m68k/setjmp.c: Use m, rather than g, constraint when
  7787.     saving fp regs.
  7788.  
  7789.     * Renamed oodles of files, changed all the relevant Makefiles (I
  7790.     think).  File names now fit in 14 chars for losing System V.  Gag me
  7791.     with a death star.
  7792.     See =longnames for translations, and =shorten.el for method.
  7793.  
  7794.     * grp/initgroups.c: Removed redundant test.
  7795.  
  7796.     * malloc/mtrace.c: Use %p fmt for pointers.
  7797.  
  7798. Tue Feb 11 02:04:39 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7799.  
  7800.     * stdlib/alloca.h: New file.
  7801.     * stdlib/stdlib.h: Moved alloca decls there; #include <alloca.h>
  7802.     instead.
  7803.     * stdlib/Makefile (headers): Added alloca.h.
  7804.  
  7805.     * stdio/getline.c (getsome): Fixed bugs.
  7806.  
  7807.     * math/bsd/common_source/mathimpl.h: #define expm1 __expm1.
  7808.     * math/bsd/common_source/expm1.c: Renamed to __expm1.c
  7809.     * math/bsd/mc68881/expm1.s: Renamed to __expm1.s; renamed fn too.
  7810.     * math/expm1.c: New file, fn alias expm1 -> __expm1.
  7811.  
  7812.     * math/Makefile (routines): Add __rint.
  7813.     * math/rint.c: New file, fn alias rint -> __rint.
  7814.     * math/bsd/common_source/floor.c (rint): Renamed to __rint.
  7815.     * sysdeps/generic/Makefile: Remove __rint, not rint.
  7816.  
  7817.     * math/Makefile (BSDmath-files): Always include it, and don't depend
  7818.     on undependable things.
  7819.  
  7820.     * Makerules (sysdep-Makefile): Always include it, and make it
  7821.     without depending on make vars that might not be right yet.
  7822.  
  7823. Mon Feb 10 00:55:58 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7824.  
  7825.     * stdlib/stdlib.h: #undef alloca before declaring it.
  7826.  
  7827.     * sysdeps/sparc/__longjmp.S: Use be instead of bz.
  7828.  
  7829.     * sysdeps/unix/bsd/Dist: Add bsdtty.h.
  7830.  
  7831.     * tzfile.c (__tzfile_read): Don't allocate space for 0 leaps.
  7832.     Don't loop infinitely.
  7833.  
  7834.     * sysdeps/unix/Makefile (make-errnos.c): Use tr to eat newlines in
  7835.     errnos file.
  7836.  
  7837.     * sysdeps/unix/bsd/sun/sun4/__brk.S: Fix andn arg order.
  7838.  
  7839.     * posix/Makefile: Don't get getopt by vpath.  Turns out to be too
  7840.     much hassle for dist.  Just made symlinks in posix/ instead.
  7841.  
  7842.     * manual/Makefile: Renamed summary.out to summary.texinfo.
  7843.  
  7844.     * manual/summary.awk: New file, to make summary.out.
  7845.     Replaces `process-definitions.el'.
  7846.     * manual/Makefile (summary.out): Create using summary.awk.
  7847.  
  7848.     * manual/Makefile: Created.
  7849.     * Makefile, Make-dist: Use it to format and distribute the manual.
  7850.  
  7851. Mon Feb 10 00:32:17 1992  Jim Meyering  (meyering@churchy.gnu.ai.mit.edu)
  7852.  
  7853.     * All Makefiles:
  7854.     Whenever using shell redirection to create a target,
  7855.     do not create the target directly like this
  7856.  
  7857.         foo: bar
  7858.             process $< > $@
  7859.  
  7860.     That loses when `process' fails (interrupt, disk full, ...)
  7861.     and bar exists and looks up-to-date, but isn't.
  7862.     This sort of failure is particularly insidious when
  7863.     the initial error message is obscured by lots of subsequent
  7864.     output (echoed commands etc).
  7865.  
  7866.     Instead use rules like this
  7867.  
  7868.         foo: bar
  7869.             process $< > $@-tmp
  7870.             mv $@-tmp $@
  7871.  
  7872.     Using this paradigm, as long as process returns non-zero
  7873.     whenever it fails, the target won't be touched.
  7874.  
  7875. Sun Feb  9 22:58:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7876.  
  7877.     * posix/unistd.h (getopt): Fixed prototype.
  7878.     * sysdeps/generic/memset.c, stdio/vdprintf.c: Fixed DEFUNs.
  7879.  
  7880.     * Makerules (lib): Use $(RANLIB) for ranlib.
  7881.     * Makeconfig: Define it.
  7882.  
  7883.     * configure: Create config.status to set ARCH, if successful.
  7884.     * Makeconfig: include config.status ifndef ARCH.
  7885.  
  7886. Thu Feb  6 20:57:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7887.  
  7888.     * ansidecl.h (INCLUDE, STARTCOMMENT, ENDCOMMENT): New magic words.
  7889.     * sysdeps/m68k/68881/fl.h: Use new magic to snarf ieee754/fl.h during
  7890.     ansideclification.
  7891.  
  7892.     * sysdeps/ieee754/fl.h: New file, taken mostly from the old
  7893.     68881 file.  HUGE_VAL redone to be machine independent.
  7894.     (NAN): New macro for an IEEE NaN, done like HUGE_VAL.
  7895.     * sysdeps/m68k/68881/fl.h: Now #includes ieee754/fl.h, and overrides
  7896.     FLT_ROUNDS for 68881 magic.  NB: the #include is a prob. for install.
  7897.  
  7898. Wed Jan 29 17:11:25 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7899.  
  7900.     * sysdeps/posix/getcwd.c: Don't use chdir; use a long ../../../...
  7901.     path name instead.
  7902.  
  7903. Fri Jan 17 02:51:10 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7904.  
  7905.     * posix/Makefile (headers): Added getopt.h.
  7906.     (routines): Added getopt1.
  7907.     Get getopt* from /home/gd/gnu/lib by vpath.
  7908.  
  7909.     * Makerules (+ansideclificate): Don't assume . is in PATH.
  7910.  
  7911. Thu Jan 16 18:43:05 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7912.  
  7913.     * posix/glob.c [sgi]: No alloca.h, after all.
  7914.  
  7915. Wed Jan 15 14:17:37 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7916.  
  7917.     * termios/termios.h: Reworked to be compatible with 4.4BSD.
  7918.     * termios/speed.c, sysdeps/unix/bsd/{__tcgetattr,tcsetattr}.c: Store
  7919.     speeds as their own values (B9600==9600, etc.) and translate to BSD
  7920.     values only for ioctl.
  7921.     * termios/cfsetpseed.c: New fn to set both speeds at once (from 4.4).
  7922.  
  7923. Tue Jan 14 21:18:10 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7924.  
  7925.     * sysdeps/unix/i386/__brk.S: __end, not ___end.
  7926.     Get the arg off the stack correctly.
  7927.  
  7928.     * sysdeps/unix/Makefile: Allow errnos like EL3HLT.
  7929.  
  7930.     * sysdeps/posix/{readv,writev}.c: Typos.
  7931.  
  7932.     * sysdeps/posix/__sigpause.c: Rewritten to know that sigset_t is a
  7933.     mask, and to pass a (sigset_t *) instead of sigset_t to sigsuspend.
  7934.  
  7935.     * sysdeps/i386/memset.c: Include <memcopy.h>.
  7936.  
  7937.     * sysdeps/generic/uname.c (uname): Save and restore errno if
  7938.     gethostname gets ENOSYS.
  7939.  
  7940.     * stdio/perror.c (perror): Check correctly for S == "".
  7941.     Check correctly for ERRNUM being in range.
  7942.  
  7943.     * find-sysdirs: Don't use fgrep -s, since USG apparently doesn't
  7944.     have that flag.  Just >/dev/null instead.
  7945.  
  7946. Mon Jan 13 17:00:15 1992  Torbjorn Granlund  (tege at mole.gnu.ai.mit.edu)
  7947.  
  7948.     * sysdeps/generic/wordcopy.c (all four functions): Move do0 label to
  7949.     the ultimate store statement at the end of each function.  (Used to
  7950.     be in the loop.)
  7951.  
  7952. Tue Jan  7 18:40:18 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7953.  
  7954.     * resource/sys/resource.h (struct rusage): Change `ru_outblock' to
  7955.     `ru_oublock'.
  7956.  
  7957.     * sysdeps/generic/stpcpy.c: Fixed off-by-one bug.
  7958.  
  7959. Thu Jan  2 15:19:01 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7960.  
  7961.     * sysdeps/sparc/Dist: Add umul.S and mul.S.
  7962.  
  7963. Tue Dec 31 15:33:39 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  7964.  
  7965.     * signal/signal.h [__USE_GNU]: Add user-visible `sighandler_t' ==
  7966.     __sighandler_t.
  7967.  
  7968.     * termios/speed.c (speedtab): Made const.
  7969.  
  7970.     * posix/Makefile (routines): Add flock.
  7971.  
  7972. Tue Dec 31 03:38:30 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  7973.  
  7974.     * termios/speed.c: Accept and return speeds as actual baud rates.
  7975.     * termios/termios.h (B110, etc.): Define B110 as 110, etc.
  7976.     Likewise for _B110, etc.
  7977.  
  7978. Thu Oct 24 16:19:49 1991  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  7979.  
  7980.     * ansidecl: Put `M4OPTS=+quiet' in the environment make GNU m4 quiet.
  7981.  
  7982. Sun Oct 20 19:31:28 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7983.  
  7984.     * Make-dist (tardir): Define as `libc-RELEASE-VERSION', strings
  7985.     snarfed from version.c.
  7986.     ($(..)$(tardir)): Add rule to make as symlink to . (parent dir).
  7987.     [subdir] (dist), [parent] (dist.tar): Depend on that.
  7988.     [subdir] (tarsources), [parent] (+tsrcs): Add $(tardir)/ to files.
  7989.  
  7990.     * sysdeps/sparc/Makefile (distribute): Move data into Dist file.
  7991.  
  7992. Fri Oct 18 15:27:58 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7993.  
  7994.     * Makefile (subdirs): Add $(sysdep-subdirs), so sysdep makefiles can
  7995.     add subdirs.
  7996.  
  7997.     * posix/glob.c [sgi]: Use <sys/dir.h>.
  7998.  
  7999.     * stdio/fopen.c: If not appending, initialize the offset to 0.
  8000.  
  8001.     * sysdeps/generic/strcasecmp.c: Fixed losing braindead code.
  8002.  
  8003. Tue Oct  8 15:27:54 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8004.  
  8005.     * Version 0.1.
  8006.     * This ChangeLog is lacking much information.
  8007.     * After this release, I hope to maintain the log well. 
  8008.  
  8009. Fri Jul 26 18:02:57 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8010.  
  8011.     * stdio/Makefile (routines): Remove _cleanup.
  8012.  
  8013. Thu Jul 25 23:12:45 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8014.  
  8015.     * stdio/memstream.c (close_memstream): Removed.
  8016.     (trim_buffer): New fn to be io_funcs->__close for memstreams.
  8017.     (open_memstream): Take arg char **BUFLOC.  Stuff it in
  8018.     stream->__fd, and store the location of the initial buffer in
  8019.     *BUFLOC.
  8020.     (enlarge_buffer): Keep *(char **) stream->__fd updated to be the
  8021.     location of the buffer.
  8022.  
  8023. Tue Jul 23 14:11:29 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8024.  
  8025.     * posix/glob.c: Don't #include <stddef.h> #ifdef sun.
  8026.     Is there anyone on the face of the planet other than me capable of
  8027.     implementing the ANSI C standard to spec????
  8028.  
  8029.     * posix/glob.c [DIRENT]: #include <sys/types.h> before <dirent.h>
  8030.     #ifdef USG.
  8031.  
  8032. Mon Jul 22 17:06:24 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8033.  
  8034.     * sysdeps/posix/make-stdio_limits.c: #include <posix1_limits.h>,
  8035.     not <posix_limits.h>.
  8036.  
  8037.     * README: Refer to COPYING.LIB, not COPYING.
  8038.  
  8039.     * config.libc: Renamed to `configure'.
  8040.  
  8041. Local Variables:
  8042. mode: change-log
  8043. End:
  8044.